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

27 lines
512 B
Plaintext
Raw Normal View History

2023-11-06 10:39:27 +08:00
# {{ ansible_managed }}
version: '3.7'
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
#- HIDE_THUMBNAILS=false
#- LISTING=All
#- SORT=Hot
#- COMMENT_SORT=Hot
restart: unless-stopped
ports:
- '8902:8080'
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:
name: mlmym