0
0
opnxng-deploy-playbook/templates/compose/4get.yaml.j2

28 lines
573 B
Plaintext
Raw Normal View History

2023-11-06 10:39:27 +08:00
# {{ ansible_managed }}
version: '3.3'
services:
4get:
image: git.opnxng.com/opnxng/4get:latest
container_name: 4get
security_opt:
- no-new-privileges
cap_drop:
- ALL
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Singapore
- FOURGET_SERVER_NAME=4g.opnxng.com
- FOURGET_SERVER_ADMIN_EMAIL=opnxng@tuta.io
2023-11-08 22:10:17 +08:00
volumes:
- {{ docker_dir }}/4get/config.php:/data/config.php
2023-11-06 10:39:27 +08:00
#restart: unless-stopped
ports:
- '8907:80'
networks:
- IPv4
networks:
IPv4:
external:
name: IPv4