mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 15:20:40 +00:00
feat(docker-compose): add image specifications for coolify, soketi, and testing-host services
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
services:
|
||||
coolify:
|
||||
image: coolify:dev
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./docker/development/Dockerfile
|
||||
@@ -41,6 +42,7 @@ services:
|
||||
volumes:
|
||||
- dev_redis_data:/data
|
||||
soketi:
|
||||
image: coolify-realtime:dev
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./docker/coolify-realtime/Dockerfile
|
||||
@@ -73,6 +75,7 @@ services:
|
||||
networks:
|
||||
- coolify
|
||||
testing-host:
|
||||
image: coolify-testing-host:dev
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./docker/testing-host/Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user