2023-11-06 10:39:27 +08:00
|
|
|
# {{ ansible_managed }}
|
2024-06-09 10:12:32 +08:00
|
|
|
version: "3.8"
|
2023-11-06 10:39:27 +08:00
|
|
|
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:
|
|
|
|
- '8910:8886'
|
|
|
|
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:
|
|
|
|
name: rat-aint-tieba
|