mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2025-04-17 00:25:42 +02:00
18 lines
290 B
YAML
Executable File
18 lines
290 B
YAML
Executable File
services:
|
|
widmocc:
|
|
image: mrvercetti/widmocc
|
|
container_name: widmocc
|
|
networks:
|
|
- widmocc
|
|
- proxy
|
|
ports:
|
|
- 1313:80
|
|
restart: unless-stopped
|
|
|
|
networks:
|
|
proxy:
|
|
name: proxy
|
|
external: true
|
|
widmocc:
|
|
name: widmocc
|