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

28 lines
507 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:
mlmym:
image: ghcr.io/rystaf/mlmym:latest
container_name: mlmym
security_opt:
- no-new-privileges
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Singapore
- DARK=true
#- LEMMY_DOMAIN=lemm.ee
2024-01-06 15:38:01 +08:00
- HIDE_THUMBNAILS=false
- LISTING=All
- SORT=Hot
- COMMENT_SORT=Hot
2023-11-06 10:39:27 +08:00
restart: unless-stopped
ports:
2024-01-06 15:38:01 +08:00
- 8902:8080
2023-11-06 10:39:27 +08:00
networks:
2023-11-10 05:28:42 +08:00
- mlmym
2023-11-06 10:39:27 +08:00
networks:
2023-11-10 05:28:42 +08:00
mlmym:
2024-01-06 15:38:01 +08:00
name: mlmym