Final project state: all changes and cleanup complete

This commit is contained in:
ske087
2025-07-27 02:28:02 +03:00
parent 3775462476
commit 869a032051

View File

@@ -11,7 +11,7 @@ services:
- SECRET_KEY=your-super-secret-key-change-this - SECRET_KEY=your-super-secret-key-change-this
volumes: volumes:
- ./uploads:/opt/site/flask-moto-adventure/uploads - /opt/moto_uploads:/opt/site/flask-moto-adventure/uploads
depends_on: depends_on:
- db - db
restart: unless-stopped restart: unless-stopped
@@ -23,7 +23,7 @@ services:
- POSTGRES_USER=moto_user - POSTGRES_USER=moto_user
- POSTGRES_PASSWORD=moto_pass - POSTGRES_PASSWORD=moto_pass
volumes: volumes:
- postgres_data:/var/lib/postgresql/data - /opt/moto_postgres:/var/lib/postgresql/data
restart: unless-stopped restart: unless-stopped
nginx: nginx: