12 lines
347 B
YAML
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"
|