initial commit
This commit is contained in:
11
compose.yml
Executable file
11
compose.yml
Executable 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
|
||||
Reference in New Issue
Block a user