diff --git a/routing/docker-compose.yml b/routing/docker-compose.yml index e062d8b..235ceed 100644 --- a/routing/docker-compose.yml +++ b/routing/docker-compose.yml @@ -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