2023-11-06 10:39:27 +08:00
|
|
|
# {{ ansible_managed }}
|
|
|
|
services:
|
|
|
|
rat-aint-tieba:
|
|
|
|
image: git.opnxng.com/opnxng/rat-aint-tieba:latest
|
|
|
|
container_name: rat-aint-tieba
|
|
|
|
security_opt:
|
|
|
|
- no-new-privileges
|
|
|
|
environment:
|
|
|
|
- PUID=1000
|
|
|
|
- PGID=1000
|
|
|
|
- TZ=Asia/Singapore
|
|
|
|
restart: unless-stopped
|
|
|
|
ports:
|
2024-08-11 21:41:34 +08:00
|
|
|
- 8910:8886
|
2023-11-06 10:39:27 +08:00
|
|
|
networks:
|
2023-11-10 05:28:42 +08:00
|
|
|
- rat-aint-tieba
|
|
|
|
|
2023-11-06 10:39:27 +08:00
|
|
|
networks:
|
2023-11-10 05:28:42 +08:00
|
|
|
rat-aint-tieba:
|
2024-10-05 11:47:43 +08:00
|
|
|
name: rat-aint-tieba
|