version: "3.9" services: backend: build: context: ./backend dockerfile: Dockerfile container_name: odoo-hours-backend restart: unless-stopped frontend: build: context: ./frontend dockerfile: Dockerfile container_name: odoo-hours-frontend ports: - "6080:80" restart: unless-stopped