Files
autopkg/docker-compose.yml
phantom 70f64f1766
All checks were successful
Build Docker Image / build (push) Successful in 36s
v1.0.0b2
2025-11-28 04:51:21 -06:00

12 lines
347 B
YAML

services:
autopkg:
image: git.shadeouts.net/phantom/autopkg
container_name: autopkg
restart: unless-stopped
volumes:
- $PWD/data.ini:/etc/autopkg/data.ini
- /var/run/docker.sock:/var/run/docker.sock
environment:
# debug, test, or prod
APKG_TARGET: "prod"