Decommission BG

This commit is contained in:
Jake Howard
2023-08-01 21:49:20 +01:00
parent ce53032819
commit 82281c6307
3 changed files with 59 additions and 23 deletions

View File

@ -33,21 +33,6 @@ services:
- default
- traefik
bg:
image: ghcr.io/realorangeone/static-server:latest
restart: unless-stopped
volumes:
- ./files/bg:/srv:ro
environment:
- FANCY_INDEX=on
- PUID={{ docker_user.id }}
labels:
- traefik.enable=true
- traefik.http.routers.bg.rule=Host(`bg.theorangeone.net`)
networks:
- default
- traefik
dl:
image: ghcr.io/realorangeone/static-server:latest
restart: unless-stopped