Final project state: all changes and cleanup complete
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user