mirror of
https://github.com/iv-org/infrastructure.git
synced 2024-10-01 00:45:37 -04:00
19 lines
344 B
YAML
19 lines
344 B
YAML
---
|
|
services:
|
|
redirect:
|
|
image: quay.io/invidious/invidious-redirect:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- "127.0.0.1:8080:80"
|
|
# disable (spammy logs)
|
|
logging:
|
|
driver: "none"
|
|
|
|
networks:
|
|
default:
|
|
enable_ipv6: true
|
|
ipam:
|
|
config:
|
|
- subnet: 2001:0DB9::/112
|
|
gateway: 2001:0DB9::1
|