jeffa.io/compose.yaml
2024-06-06 20:27:39 -04:00

17 lines
314 B
YAML

services:
jeffa.io:
image: git.jeffa.io/jeff/www.jeffa.io
ports:
- "80:80"
- "443:443"
- "8000:8000"
volumes:
- storage:/srv
hotbot:
image: git.jeffa.io/jeff/hotbot
environment:
- STATE_FILE=/srv/wiglic.txt
volumes:
- storage:/srv
volumes:
storage: