work #1

Merged
paradizelost merged 2 commits from work into main 2024-11-25 13:13:31 -06:00
Showing only changes of commit 58703478e0 - Show all commits

View File

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