0
0
opnxng-deploy-playbook/templates/compose/libremdb.yaml.j2
2024-06-06 23:52:16 +08:00

26 lines
725 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:
- libremdb
networks:
libremdb:
name: libremdb