0
0
opnxng-deploy-playbook/templates/compose/libremdb.yaml.j2

27 lines
725 B
Plaintext
Raw Normal View History

2023-11-06 10:39:27 +08:00
# {{ 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
2023-12-27 14:59:44 +08:00
restart: unless-stopped
2023-11-06 10:39:27 +08:00
networks:
2023-11-10 05:28:42 +08:00
- libremdb
2023-11-06 10:39:27 +08:00
networks:
2023-11-10 05:28:42 +08:00
libremdb:
2023-12-27 14:59:44 +08:00
name: libremdb