This commit is contained in:
2025-08-31 01:06:02 -04:00
parent d8f1fb3753
commit 7a7ad1e44d
3 changed files with 320 additions and 278 deletions

View File

@ -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: