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

23 lines
431 B
Plaintext
Raw Normal View History

2023-11-06 10:39:27 +08:00
# {{ ansible_managed }}
version: "3.6"
services:
quetre:
image: quay.io/pussthecatorg/quetre:latest
container_name: quetre
security_opt:
- no-new-privileges:true
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Singapore
- NODE_ENV=production
- PORT=3000
ports:
- 8904:3000
restart: unless-stopped
networks:
2023-11-10 05:28:42 +08:00
- quetre
2023-11-06 10:39:27 +08:00
networks:
2023-11-10 05:28:42 +08:00
quetre:
name: quetre