Merms core files

This commit is contained in:
CHIEFSOFT\ameye
2025-05-04 13:01:32 -04:00
parent af4d0004f4
commit 0d5b9aaaaf
5 changed files with 37 additions and 47 deletions
+11 -14
View File
@@ -1,25 +1,22 @@
version: '3.8'
services:
web:
mermsemr-core:
build: ./services/web
command: python manage.py run -h 0.0.0.0
volumes:
- ./services/web/:/usr/src/app/
ports:
- 5001:5000
- "${APP_PORT:-14700}:5000"
env_file:
- ./.env.dev
# depends_on:
# - db
# db:
# image: postgres:13
# volumes:
# - postgres_data:/var/lib/postgresql/data/
# environment:
# - POSTGRES_USER=hello_flask
# - POSTGRES_PASSWORD=hello_flask
# - POSTGRES_DB=hello_flask_dev
volumes:
postgres_data:
#volumes:
# postgres_data:
#
#networks:
# default:
# driver: bridge
# ipam:
# config:
# - subnet: 172.16.55.0/24