Ultima attività 1740240967

Self-hosted pastebin powered by Git, open-source alternative to Github Gist

docker-compose.yml Raw
1services:
2 opengist:
3 container_name: opengist
4 hostname: opengist
5 image: ghcr.io/thomiceli/opengist:latest
6 security_opt:
7 - no-new-privileges:true
8 ports:
9 - 6157:6157
10 volumes:
11 - /home/debian/docker:/opengist
12 environment:
13 UID: 1000
14 GID: 1000
15 OG_CUSTOM_LOGO: logo.png
16 OG_CUSTOM_FAVICON: logo.png
17 OG_CUSTOM_STATIC_LINK_0_NAME: Copyright 2024 - 2025 emanuelegori.uno
18 OG_CUSTOM_STATIC_LINK_0_PATH: https://emanuelegori.uno
19 OG_LOG_LEVEL: debug
20 restart: unless-stopped