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"