removed data volume, as it is not needed when postgres is used
This commit is contained in:
@@ -5,9 +5,6 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
volumes:
|
|
||||||
# Persist database to local directory
|
|
||||||
- ./data:/data
|
|
||||||
environment:
|
environment:
|
||||||
# Set environment to production
|
# Set environment to production
|
||||||
- ENVIRONMENT=production
|
- ENVIRONMENT=production
|
||||||
|
|||||||
Reference in New Issue
Block a user