Skip to content

Commit

Permalink
Add Buildable to the compose file
Browse files Browse the repository at this point in the history
This is the only bot that will have write access to the rakudo git repo,
moarvm git repo and the builds directory.

I'm giving it a bit more memory just in case. I'm actually not sure how
much peak memory it really needs.
  • Loading branch information
AlexDaniel committed Oct 1, 2023
1 parent 91b20dc commit a78d4d7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
version: "3.7"

services:
buildable:
image: postmodern.alexdaniel.org/whateverable:latest
command: sake debug:buildable
volumes:
- /home/whateverable/data/rakudo-moar:/srv/data/rakudo-moar
- /home/whateverable/data/moarvm:/srv/data/moarvm
- /home/whateverable/data/builds:/srv/data/builds
secrets:
- config
networks:
- caddy
deploy:
replicas: 1
resources:
limits:
memory: 4.0G

bisectable:
image: postmodern.alexdaniel.org/whateverable:latest
Expand Down

0 comments on commit a78d4d7

Please sign in to comment.