cleanup | add includes for docker-compose files
This commit is contained in:
@@ -10,20 +10,16 @@ services:
|
||||
- TZ=America/New_York
|
||||
- TITLE=Webtop #optional
|
||||
dns:
|
||||
- 10.0.0.11
|
||||
- ${PIHOLE_SERVER}
|
||||
shm_size: "1gb" #optional
|
||||
|
||||
volumes:
|
||||
- /srv/webtop/config:/config
|
||||
- ${WEBTOP_DATA}config:/config
|
||||
ports:
|
||||
- 7978:3000
|
||||
- 7979:3001
|
||||
networks:
|
||||
- frontend
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.nginx-http.rule=Host(`webtop.wompmacho.com`)
|
||||
- traefik.http.routers.nginx-http.entrypoints=web
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user