first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
automedsys-ai:
|
||||
build: .
|
||||
command: python manage.py runserver 0.0.0.0:8000
|
||||
volumes:
|
||||
- ./:/usr/src/app/
|
||||
ports:
|
||||
- 50100:8000
|
||||
env_file:
|
||||
- ./.env.dev
|
||||
Reference in New Issue
Block a user