first commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
myfit-corebackend:
|
||||
build: ./services/web
|
||||
command: python manage.py run -h 0.0.0.0
|
||||
volumes:
|
||||
- ./services/web/:/usr/src/app/
|
||||
ports:
|
||||
- "${APP_PORT:-14500}:5000"
|
||||
env_file:
|
||||
- ./.env.dev
|
||||
restart: always
|
||||
|
||||
#networks:
|
||||
# default:
|
||||
## driver: bridge
|
||||
# ipam:
|
||||
# config:
|
||||
# - subnet: 10.10.33.0/24
|
||||
Reference in New Issue
Block a user