Fix invidious API returning incorrect URLs, prepare nextcloud config
This commit is contained in:
parent
fb3a37bc16
commit
74adb13cf2
|
|
@ -48,9 +48,9 @@ services:
|
||||||
host: 11.1.0.22
|
host: 11.1.0.22
|
||||||
port: 5432
|
port: 5432
|
||||||
check_tables: true
|
check_tables: true
|
||||||
# external_port:
|
external_port: 443
|
||||||
# domain:
|
domain: invidious.{{ domain_name }}
|
||||||
# https_only: false
|
https_only: true
|
||||||
# statistics_enabled: false
|
# statistics_enabled: false
|
||||||
hmac_key: "{{ service_invidious_postgres_password }}"
|
hmac_key: "{{ service_invidious_postgres_password }}"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|
|
||||||
|
|
@ -19,11 +19,11 @@ services:
|
||||||
- WIREGUARD_ADDRESSES=10.0.0.5/32
|
- WIREGUARD_ADDRESSES=10.0.0.5/32
|
||||||
- FIREWALL_VPN_INPUT_PORTS=11000,80
|
- FIREWALL_VPN_INPUT_PORTS=11000,80
|
||||||
- FIREWALL_INPUT_PORTS=11000,80,9000,6379,5432
|
- FIREWALL_INPUT_PORTS=11000,80,9000,6379,5432
|
||||||
volumes:
|
# volumes:
|
||||||
# Custom IPTables forwarding rules to forward TCP(web) traffic from port 11000 to port 80
|
# Custom IPTables forwarding rules to forward TCP(web) traffic from port 11000 to port 80
|
||||||
- ./post-rules.txt:/iptables/post-rules.txt
|
# - ./post-rules.txt:/iptables/post-rules.txt
|
||||||
ports:
|
ports:
|
||||||
- "11000:11000"
|
- "80:11000"
|
||||||
deploy:
|
deploy:
|
||||||
limits:
|
limits:
|
||||||
cpus: '0.10'
|
cpus: '0.10'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue