Consolidate config files for both local dev and docker
ci / build_linux (push) Failing after 1m49s

Consolidate data into separate mapped volume for docker and local
This commit is contained in:
2025-11-13 18:54:57 +10:30
parent 314af37b3d
commit 33a724a796
36 changed files with 486 additions and 293 deletions
+8
View File
@@ -0,0 +1,8 @@
# docker-compose.override.yml
services:
tinfoilvibeserver:
environment:
- LOG_LEVEL=error
- APP_MODE=production
ports:
- "8080:8080" # expose on host port 80