services: backend: build: . ports: - "80:9090" volumes: - "./src/:/app:ro" env_file: backend.env