Files
userbot/homepage/compose.yaml
T

14 lines
232 B
YAML

services:
forust-homepage:
build: .
ports:
- "8085:80"
restart: unless-stopped
volumes:
- ./files:/usr/share/nginx/html
networks:
- traefik-proxy
networks:
traefik-proxy:
external: true