fix test docker-compose 0.0033
Some checks failed
Build Docker / build (push) Failing after 37s

This commit is contained in:
2026-02-28 17:03:16 +03:00
parent c4295fc91a
commit 32bdfcc4fd

View File

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