combine-docker #3

Closed
venus wants to merge 8 commits from combine-docker into main
2 changed files with 0 additions and 6 deletions
Showing only changes of commit e07c75d857 - Show all commits

View File

@@ -1,15 +1,9 @@
services: services:
app: app:
build: build:
context: app
args: args:
- DEBUG_MODE=1 - DEBUG_MODE=1
ports: ports:
- '80:80' - '80:80'
volumes: volumes:
- ./content:/content - ./content:/content
# public_vault_builder:
# build:
# context: public_vault_builder
# volumes:
# - ./public_vault:/content