added console back to docker-compose

This commit is contained in:
Ronald A. Richardson
2024-07-19 20:15:54 +08:00
parent 9ec786d892
commit b0460963e5

View File

@@ -38,6 +38,17 @@ services:
CACHE_URL: tcp://cache
REDIS_URL: tcp://cache
console:
ports:
- "4200:4200"
volumes:
- ./console:/app/console
build:
context: .
dockerfile: console/Dockerfile
args:
ENVIRONMENT: development
application:
build:
context: .