version: '3' networks: proxy: external: true backend: driver: overlay services: web: image: nginx:1.27-alpine volumes: - ./nginx/conf.d/:/etc/nginx/conf.d/ - godot-build:/build networks: - proxy - backend redis: image: redis:alpine networks: - backend builder: image: cjpalmer/godot-builder:0.3.0 volumes: - godot-build:/build - godot-project:/project networks: - backend volumes: godot-build: driver: local driver_opts: o: bind type: none device: /srv/godot-builder/prod godot-project: driver: local