services: backend: build: ./backend restart: always network_mode: host volumes: - ./backend/config:/app/config frontend: build: ./frontend restart: always ports: - "80:80" extra_hosts: - "backend:host-gateway"