services: backend: build: ./backend ports: - "8001:8001" container_name: watch-untis-backend environment: NODE_ENV: production restart: unless-stopped