0
0
opnxng-deploy-playbook/templates/compose/libremdb.yaml.j2
2023-11-06 10:39:27 +08:00

27 lines
729 B
Django/Jinja

# {{ ansible_managed }}
version: "3.8"
services:
libremdb:
image: quay.io/pussthecatorg/libremdb:latest
container_name: libremdb
security_opt:
- no-new-privileges:true
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Singapore
- NEXT_TELEMETRY_DISABLED='1'
- NEXT_PUBLIC_URL=http://localhost:3000
- AXIOS_USERAGENT='Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0'
- AXIOS_ACCEPT='text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8'
- AXIOS_LANGUAGE='en-US,en;q=0.5'
ports:
- 8905:3000
restart: unless-stopped
networks:
- IPv4
networks:
IPv4:
external:
name: IPv4