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