Initial commit
This commit is contained in:
22
docker-compose.yml
Normal file
22
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user