Files

20 lines
488 B
YAML
Raw Permalink Normal View History

2025-06-18 22:54:39 +05:30
services:
pingvin-share:
container_name: pingvin-share
2025-08-15 16:45:13 +05:30
image: ghcr.io/aottr/ottrbox:v1.14.2
restart: unless-stopped
2025-06-18 22:54:39 +05:30
environment:
- TRUST_PROXY=${TRUST_PROXY}
volumes:
- ${APPDATA_PATH}/pingvin-share/config.yaml:/opt/app/config.yaml
- ${APPDATA_PATH}/pingvin-share/images:/opt/app/frontend/public/img
- ${DATA_PATH}:/opt/app/backend/data
ports:
2025-07-08 16:40:16 +05:30
- ${PORT}:3000
networks:
- frontend
networks:
frontend:
external: true