+ web:
+ image: nginx:1.27-alpine
+ volumes:
+ - ./nginx/conf.d/:/etc/nginx/conf.d/
+ - godot-build:/build
+ depends_on:
+ - redis
+ networks:
+ - proxy
+ - backend
+ redis:
+ image: redis:alpine
+ networks:
+ - backend
+ builder:
+ image: cjpalmer/godot-builder:0.3.1