adding all my compose files
This commit is contained in:
31
docker_compose/webtop/docker-compose.yaml
Normal file
31
docker_compose/webtop/docker-compose.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
# webtop -- https://docs.linuxserver.io/images/docker-webtop/#lossless-mode
|
||||
---
|
||||
services:
|
||||
webtop:
|
||||
image: lscr.io/linuxserver/webtop:latest
|
||||
container_name: webtop
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/New_York
|
||||
- TITLE=Webtop #optional
|
||||
dns:
|
||||
- 10.0.0.11
|
||||
shm_size: "1gb" #optional
|
||||
|
||||
volumes:
|
||||
- /srv/webtop/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:
|
||||
frontend:
|
||||
external: true
|
||||
Reference in New Issue
Block a user