-
This commit is contained in:
@ -75,16 +75,16 @@ services:
|
||||
- ./migrations:/app/migrations:ro,Z
|
||||
restart: unless-stopped
|
||||
|
||||
frontend:
|
||||
build:
|
||||
context: ./kms-frontend
|
||||
dockerfile: Dockerfile
|
||||
container_name: kms-frontend
|
||||
ports:
|
||||
- "3000:80"
|
||||
networks:
|
||||
- kms-network
|
||||
restart: unless-stopped
|
||||
# frontend:
|
||||
# build:
|
||||
# context: ./kms-frontend
|
||||
# dockerfile: Dockerfile
|
||||
# container_name: kms-frontend
|
||||
# ports:
|
||||
# - "3000:80"
|
||||
# networks:
|
||||
# - kms-network
|
||||
# restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
|
||||
Reference in New Issue
Block a user