This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
jupiter-compose/home/docker-compose.yml

34 lines
714 B
YAML

version: '3.9'
services:
homer_private:
image: b4bz/homer
container_name: homer_private
restart: unless-stopped
volumes:
- '/home/nick/configs/home/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/home/social:/www/assets'
environment:
- UID=1000
- GID=1000
networks:
- proxy
networks:
proxy:
external: true
name: proxy
yourls:
name: yourls