clean commit

This commit is contained in:
L4RM4ND
2023-02-15 22:45:31 +01:00
commit 09fbf06719
159 changed files with 3822 additions and 0 deletions

3
homer/README.md Normal file
View File

@@ -0,0 +1,3 @@
# Reference
https://github.com/bastienwirtz/homer

12
homer/docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: '3.6'
services:
homer:
image: b4bz/homer:latest
container_name: homer
volumes:
- /mnt/docker-volumes/homer:/www/assets
restart: unless-stopped
environment:
- UID=1000
- GID=1000