0.0043
Some checks failed
Build Docker / build (push) Failing after 33s

This commit is contained in:
2026-02-28 19:12:45 +03:00
parent ad28739b3b
commit a346148130

View File

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