mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-28 01:07:07 +00:00
21 lines
432 B
YAML
21 lines
432 B
YAML
|
# https://github.com/bastienwirtz/homer
|
||
|
# https://homer-demo.netlify.app/
|
||
|
# A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file
|
||
|
|
||
|
name: homer
|
||
|
|
||
|
services:
|
||
|
homer:
|
||
|
image: docker.io/b4bz/homer:v24.05.1
|
||
|
container_name: homer
|
||
|
ports:
|
||
|
- 8099:8080
|
||
|
volumes:
|
||
|
- ./assets/:/www/assets
|
||
|
networks:
|
||
|
- proxy
|
||
|
|
||
|
networks:
|
||
|
proxy:
|
||
|
external: true
|
||
|
|