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
|
||||
port: 5432
|
||||
check_tables: true
|
||||
# external_port:
|
||||
# domain:
|
||||
# https_only: false
|
||||
external_port: 443
|
||||
domain: invidious.{{ domain_name }}
|
||||
https_only: true
|
||||
# statistics_enabled: false
|
||||
hmac_key: "{{ service_invidious_postgres_password }}"
|
||||
healthcheck:
|
||||
|
|
|
|||
|
|
@ -19,11 +19,11 @@ services:
|
|||
- WIREGUARD_ADDRESSES=10.0.0.5/32
|
||||
- FIREWALL_VPN_INPUT_PORTS=11000,80
|
||||
- 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
|
||||
- ./post-rules.txt:/iptables/post-rules.txt
|
||||
# - ./post-rules.txt:/iptables/post-rules.txt
|
||||
ports:
|
||||
- "11000:11000"
|
||||
- "80:11000"
|
||||
deploy:
|
||||
limits:
|
||||
cpus: '0.10'
|
||||
|
|
|
|||
Loading…
Reference in New Issue