init
This commit is contained in:
25
privfrontends/compose/rimgo/compose.yml.j2
Normal file
25
privfrontends/compose/rimgo/compose.yml.j2
Normal file
@ -0,0 +1,25 @@
|
||||
services:
|
||||
rimgo:
|
||||
image: codeberg.org/video-prize-ranch/rimgo # Official image
|
||||
ports:
|
||||
- 9016:3000
|
||||
environment:
|
||||
- ADDRESS=0.0.0.0
|
||||
- PORT=3000
|
||||
- FIBER_PREFORK=false
|
||||
- IMGUR_CLIENT_ID=546c25a59c58ad7
|
||||
- PRIVACY_POLICY=https://projectsegfau.lt/legal/privacy-policy
|
||||
- PRIVACY_MESSAGE=
|
||||
{% if inventory_hostname == 'eu' %}
|
||||
- PRIVACY_COUNTRY=Luxembourg
|
||||
- PRIVACY_PROVIDER=BuyVM
|
||||
{% else if inventory_hostname == 'us' %}
|
||||
- PRIVACY_COUNTRY=USA
|
||||
- PRIVACY_PROVIDER=Digital Ocean
|
||||
{% else if inventory_hostname == 'in' %}
|
||||
- PRIVACY_COUNTRY=India
|
||||
- PRIVACY_PROVIDER=Bharti Airtel
|
||||
{% endif %}
|
||||
- PRIVACY_CLOUDFLARE=false
|
||||
- PRIVACY_NOT_COLLECTED=true
|
||||
restart: unless-stopped
|
Reference in New Issue
Block a user