zmiany cd
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:17-alpine
|
||||
image: postgres:18-alpine
|
||||
env_file:
|
||||
- ./.env
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
- ./docker-data/postgres:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"]
|
||||
interval: 10s
|
||||
@@ -21,7 +21,7 @@ services:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
volumes:
|
||||
- uploads_data:/app/uploads
|
||||
- ./docker-data/uploads:/app/uploads
|
||||
expose:
|
||||
- "4000"
|
||||
healthcheck:
|
||||
@@ -61,9 +61,5 @@ services:
|
||||
- "${PUBLIC_HTTP_PORT:-8080}:80"
|
||||
volumes:
|
||||
- ./reverse-proxy/nginx.conf.template:/etc/nginx/templates/default.conf.template:ro
|
||||
- uploads_data:/srv/uploads:ro
|
||||
- ./docker-data/uploads:/srv/uploads:ro
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
uploads_data:
|
||||
|
||||
Reference in New Issue
Block a user