ftst
All checks were successful
Build Docker / deploy (push) Successful in 38s
Build Docker / build (push) Successful in 29s

This commit is contained in:
2026-03-07 00:03:30 +03:00
parent 2b836f081c
commit 1a312fb7a3

View File

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