Move a bunch of containers around

This commit is contained in:
2022-03-08 00:42:44 +00:00
parent 41e53a5f6d
commit f262a53009
4 changed files with 82 additions and 49 deletions

33
home/docker-compose.yml Normal file
View File

@@ -0,0 +1,33 @@
version: '3.9'
services:
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
networks:
proxy:
external: true
name: proxy
yourls:
name: yourls