mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2025-01-18 16:25:35 +01:00
17 lines
292 B
YAML
17 lines
292 B
YAML
services:
|
|
homer:
|
|
image: b4bz/homer
|
|
container_name: homer
|
|
networks:
|
|
- homer
|
|
user: ${PUID}:${PGID}
|
|
volumes:
|
|
- ${APPS_DIR}/homer:/www/assets
|
|
ports:
|
|
- 8090:8080
|
|
restart: unless-stopped
|
|
|
|
networks:
|
|
homer:
|
|
name: homer
|