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: build:
context: ./backend context: ./backend
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: my-backend container_name: odoo-hours-backend
restart: unless-stopped restart: unless-stopped
frontend: frontend:
build: build:
context: ./frontend context: ./frontend
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: my-frontend container_name: odoo-hours-frontend
ports: ports:
- "6080:80" - "6080:80"
restart: unless-stopped restart: unless-stopped