2023-11-06 10:39:27 +08:00
|
|
|
# {{ ansible_managed }}
|
|
|
|
services:
|
|
|
|
cinny:
|
|
|
|
image: ghcr.io/cinnyapp/cinny:latest
|
|
|
|
container_name: cinny
|
|
|
|
security_opt:
|
|
|
|
- no-new-privileges
|
|
|
|
environment:
|
|
|
|
- PUID=1000
|
|
|
|
- PGID=1000
|
|
|
|
- TZ=Asia/Singapore
|
|
|
|
ports:
|
|
|
|
- 8901:80
|
|
|
|
restart: unless-stopped
|
|
|
|
networks:
|
2023-11-10 05:28:42 +08:00
|
|
|
- cinny
|
2023-11-06 10:39:27 +08:00
|
|
|
|
|
|
|
networks:
|
2023-11-10 05:28:42 +08:00
|
|
|
cinny:
|
|
|
|
name: cinny
|