first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user