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

22 lines
405 B
Plaintext
Raw Normal View History

2023-11-06 10:39:27 +08:00
# {{ ansible_managed }}
version: "3.8"
2023-11-06 10:39:27 +08:00
services:
imgin:
image: git.opnxng.com/opnxng/imgin:latest
container_name: imgin
security_opt:
- no-new-privileges
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Singapore
- BUILDX_GIT_INFO=false
restart: unless-stopped
ports:
- '8899:8080'
networks:
2023-11-10 05:28:42 +08:00
- imgin
2023-11-06 10:39:27 +08:00
networks:
2023-11-10 05:28:42 +08:00
imgin:
name: imgin