Move a bunch of containers around
This commit is contained in:
33
home/docker-compose.yml
Normal file
33
home/docker-compose.yml
Normal 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
|
Reference in New Issue
Block a user