direct to main for docker and logging fix

This commit is contained in:
ForeverPyrite
2024-12-10 23:52:01 -05:00
parent deee193a43
commit 48004df115
6 changed files with 21 additions and 14 deletions

View File

@@ -1,13 +1,12 @@
version: '3.8'
services:
app:
build: .
container_name: screw-bardo-container
container_name: screw-bardo
ports:
- "1986:1986"
env_file:
- .env
volumes:
- ./logs:/app/logs
restart: unless-stopped
- ./app/logs:/app/app/logs/:rw
restart: unless-stopped