2024-11-25 13:11:57 -06:00
|
|
|
services:
|
|
|
|
libnotices:
|
|
|
|
image: git.hamik.net/paradizelost/librarynotices:latest
|
|
|
|
container_name: libnotices
|
|
|
|
restart: always
|
2024-11-25 13:12:55 -06:00
|
|
|
ports:
|
|
|
|
- "80:80"
|
2024-11-25 13:11:57 -06:00
|
|
|
volumes:
|
|
|
|
- "./libaccounts.json:/var/www/data/libaccounts.json"
|
|
|
|
- "./credentials:/root/.aws/credentials"
|