]> Untitled Git - godot-builder.git/blob - readme.md
Updated prod compose file
[godot-builder.git] / readme.md
1 ## Godot Builder
2
3 A stupid and easy way to build my stuff.
4
5 ### starting the stack on docker swarm
6 ```
7 docker stack deploy -c <(docker-compose -f docker-compose-prod.yml config) godot
8 ```