december-adventure-2024/gemini-server-test/compose.yaml
Aaron Fischer 3ef14ce028 Day 4: Simple proof oc concept
Signed-off-by: Aaron Fischer <mail@aaron-fischer.net>
2024-12-05 00:44:11 +01:00

19 lines
437 B
YAML

services:
server:
image: git.okoyono.de/f/twins:latest
restart: unless-stopped
ports:
- 1965:1965
volumes:
- ./config:/app/config
- ./public_gmi:/public_gmi
- ./cmd:/app/cmd
# december-adventure:
# image: alpine:latest
# restart: unless-stopped
# ports:
# - 9001:9001
# volumes:
# - ../zig-out/bin/:/run
# command: ["sh", "-c", "cd /run && ./december-adventure-2024"]