initial commit

This commit is contained in:
venus
2026-03-03 12:48:56 -06:00
commit 394c70454f
6 changed files with 69 additions and 0 deletions

11
compose.yml Executable file
View File

@@ -0,0 +1,11 @@
services:
ccu-host:
build:
# context: /home/venus/code/crimson-clinic/Dockerfile
context: app
args:
- DEBUG_MODE=1
ports:
- '80:80'
volumes:
- ./content:/content