mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2025-01-19 00:35:33 +01:00
18 lines
288 B
YAML
18 lines
288 B
YAML
|
services:
|
||
|
widmocc:
|
||
|
image: mrvercetti/widmocc
|
||
|
container_name: widmocc
|
||
|
networks:
|
||
|
- widmocc
|
||
|
- proxy
|
||
|
ports:
|
||
|
- 1313:80
|
||
|
restart: unless-stopped
|
||
|
|
||
|
networks:
|
||
|
proxy:
|
||
|
external:
|
||
|
name: proxy
|
||
|
widmocc:
|
||
|
name: widmocc
|