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

26 lines
512 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:
photon:
2023-11-16 00:24:26 +08:00
image: ghcr.io/xyphyn/photon:latest
2023-11-06 10:39:27 +08:00
container_name: photon
security_opt:
- no-new-privileges
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Singapore
- PUBLIC_INSTANCE_URL=lemm.ee
- PUBLIC_DEFAULT_FEED=All
- PUBLIC_NSFW_BLUR=false
- PUBLIC_LOCK_TO_INSTANCE=false
restart: unless-stopped
ports:
- '8903:3000'
networks:
2023-11-10 05:28:42 +08:00
- photon
2023-11-06 10:39:27 +08:00
networks:
2023-11-10 05:28:42 +08:00
photon:
2023-11-16 00:24:26 +08:00
name: photon