Changed to proxy
All checks were successful
Build and Push Docker Images / build-and-push-backend (push) Successful in 8s
Build and Push Docker Images / build-and-push-frontend (push) Successful in 15s

This commit is contained in:
2026-01-31 01:16:48 +01:00
parent b77e1ce605
commit 460b13c195
3 changed files with 16 additions and 3 deletions

View File

@@ -2,8 +2,8 @@ services:
backend:
image: git.out.jafre.li/jafreli/dashboard-backend:latest
container_name: dashboard-backend
ports:
- "8080:8080"
# ports:
# - "8080:8080"
restart: unless-stopped
volumes:
- ./data/dashboard.db:/root/dashboard.db