librarynotices/docker-compose.yml
Dan Hamik 5b73d20751
All checks were successful
/ Plan (push) Successful in 8s
update with new dockerfile settings
2024-11-25 13:11:57 -06:00

9 lines
268 B
YAML

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