Sesiones correctas
This commit is contained in:
@@ -13,9 +13,9 @@ services:
|
||||
POSTGRES_INITDB_ARGS: "--encoding=UTF8 --locale=C"
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
- ./db/schema.sql:/docker-entrypoint-initdb.d/01-schema.sql:ro
|
||||
#- ./db/schema.sql:/docker-entrypoint-initdb.d/01-schema.sql:ro
|
||||
ports:
|
||||
- "5432:5432"
|
||||
- "5433:5432"
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER:-servicemanager}"]
|
||||
interval: 10s
|
||||
@@ -215,7 +215,7 @@ services:
|
||||
- ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
- uploads_data:/var/www/uploads:ro
|
||||
ports:
|
||||
- "80:80"
|
||||
- "8088:80"
|
||||
depends_on:
|
||||
- backend
|
||||
- frontend-client
|
||||
|
||||
Reference in New Issue
Block a user