librarynotices/docker-compose.yml
Dan Hamik 58703478e0
All checks were successful
/ Plan (push) Successful in 7s
/ Plan (pull_request) Successful in 50s
Updated Compose file
2024-11-25 13:12:55 -06:00

10 lines
282 B
YAML

services:
libnotices:
image: git.hamik.net/paradizelost/librarynotices:latest
container_name: libnotices
restart: always
ports:
- "80:80"
volumes:
- "./libaccounts.json:/var/www/data/libaccounts.json"
- "./credentials:/root/.aws/credentials"