compose
This commit is contained in:
@@ -14,15 +14,15 @@ services:
|
||||
# - beantastic_upload_volume:/api/src/app/uploads
|
||||
command: npm run start:dev
|
||||
ports:
|
||||
- 8080:3000
|
||||
- 4000:4000
|
||||
# debugging port
|
||||
# - 9229:9229
|
||||
networks:
|
||||
- database_network
|
||||
env_file:
|
||||
- .env
|
||||
networks:
|
||||
database_network:
|
||||
external: true
|
||||
volumes:
|
||||
beantastic_upload_volume:
|
||||
# networks:
|
||||
# - database_network
|
||||
# env_file:
|
||||
# - .env
|
||||
# networks:
|
||||
# database_network:
|
||||
# external: true
|
||||
# volumes:
|
||||
# beantastic_upload_volume:
|
||||
Reference in New Issue
Block a user