initial commit

This commit is contained in:
2024-11-26 10:01:05 -06:00
commit 249c97ce8e
7 changed files with 359 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
libnotices:
image: git.hamik.net/paradizelost/enphase:latest
container_name: libnotices
restart: always
ports:
- "80:80"
volumes:
- "./credentials:/var/www/.aws/credentials"