Initial commit

This commit is contained in:
Lucas
2024-12-10 11:22:18 +00:00
commit bc2e6cc187
10 changed files with 187 additions and 0 deletions

22
docker-compose.yml Normal file
View File

@@ -0,0 +1,22 @@
version: "2"
services:
homer:
image: b4bz/homer
container_name: homer
#ports:
# - 8080:8080
user: 1000:1000 # default
volumes:
- ./assets/:/www/assets
environment:
INIT_ASSETS: 1 # default
VIRTUAL_HOST: dash.lucasroyer.fr
LETSENCRYPT_HOST: dash.lucasroyer.fr
networks:
- reverse-proxy
restart: always
networks:
reverse-proxy:
external: true