updated compose and moved dockerfile

This commit is contained in:
venus
2026-03-04 16:09:55 -06:00
parent f8a791a4fe
commit e07c75d857
2 changed files with 0 additions and 6 deletions

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