fix: update container names in docker-compose for backend and frontend services
All checks were successful
Deploy Application / deploy (push) Successful in 10s
Test runner / check-runner (push) Successful in 3s

This commit is contained in:
2026-01-06 22:04:40 +01:00
parent 57dd7d169f
commit 2749791eed

View File

@@ -5,14 +5,14 @@ services:
build:
context: ./backend
dockerfile: Dockerfile
container_name: my-backend
container_name: odoo-hours-backend
restart: unless-stopped
frontend:
build:
context: ./frontend
dockerfile: Dockerfile
container_name: my-frontend
container_name: odoo-hours-frontend
ports:
- "6080:80"
restart: unless-stopped