test fix
All checks were successful
Build Docker / deploy (push) Successful in 37s
Build Docker / build (push) Successful in 28s

This commit is contained in:
2026-03-07 00:31:15 +03:00
parent bbfe68c533
commit 10fdda3ec1
9 changed files with 183 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ services:
image: back:latest
container_name: wedding-site
volumes:
#- wedding_volume:/home/backend
- wedding_volume:/home/backend/server/backend/database/db
- /var/run/docker.sock:/var/run/docker.sock
ports:
- "${PORT}:${PORT}"