@@ -6,8 +6,6 @@ services:
|
||||
dockerfile: deploy/Dockerfile.web
|
||||
ports:
|
||||
- "127.0.0.1:3000:3000"
|
||||
volumes:
|
||||
- ./data/storage:/app/storage
|
||||
environment:
|
||||
- ORIGIN=http://localhost:3000
|
||||
- MONGO_URL=mongodb://cat:meow@db:27017/amaoke?authSource=admin
|
||||
|
||||
Reference in New Issue
Block a user