updated docker-compose.yml

This commit is contained in:
Ronald A. Richardson
2023-06-11 11:55:03 +08:00
parent 9decae6e26
commit 672ac85d7d

View File

@@ -19,7 +19,7 @@ services:
context: .
dockerfile: socket/Dockerfile
args:
ENVIRONMENT: production
ENVIRONMENT: dev
ports:
- "38000:8000"
environment:
@@ -35,7 +35,7 @@ services:
context: .
dockerfile: console/Dockerfile
args:
ENVIRONMENT: production
ENVIRONMENT: development
application:
build:
@@ -43,7 +43,7 @@ services:
dockerfile: docker/Dockerfile
target: app-dev
args:
ENVIRONMENT: production
ENVIRONMENT: development
ports:
- "8000:80"
environment:
@@ -58,4 +58,4 @@ services:
LOG_CHANNEL: daily
depends_on:
- database
- cache
- cache