Remove homer from routing

This commit is contained in:
2022-03-08 10:51:20 +00:00
parent b0f2580a80
commit 49e20f8dd4

View File

@@ -47,30 +47,6 @@ services:
- PROXIED=false
network_mode: bridge
homer_private:
image: b4bz/homer
container_name: homer_private
restart: unless-stopped
volumes:
- '/home/nick/configs/routing/homer:/www/assets'
environment:
- UID=1000
- GID=1000
networks:
- proxy
homer_social:
image: b4bz/homer
container_name: homer_social
restart: unless-stopped
volumes:
- '/home/nick/configs/routing/social:/www/assets'
environment:
- UID=1000
- GID=1000
networks:
- proxy
whoami:
image: containous/whoami
container_name: whoami