docker updates for web

This commit is contained in:
itsAzaria
2026-02-20 13:28:07 +00:00
parent 16999ecea5
commit a628eea61f
6 changed files with 85 additions and 19 deletions
+12 -3
View File
@@ -1,9 +1,18 @@
services:
mimic:
hermes:
build:
context: .
dockerfile: Dockerfile
container_name: mimic
container_name: hermes
restart: unless-stopped
volumes:
- ./.env:/app/.env:ro
- ./.env:/app/.env
networks:
- db-network
- web
networks:
db-network:
external: true
web:
external: true