services:
  opengist:
    container_name: opengist
    hostname: opengist
    image: ghcr.io/thomiceli/opengist:latest
    security_opt:
      - no-new-privileges:true
    ports:
      - 6157:6157
    volumes:
      - /home/debian/docker:/opengist
    environment:
      UID: 1000
      GID: 1000
      OG_CUSTOM_LOGO: logo.png
      OG_CUSTOM_FAVICON: logo.png
      OG_CUSTOM_STATIC_LINK_0_NAME: Copyright 2024 - 2025 emanuelegori.uno
      OG_CUSTOM_STATIC_LINK_0_PATH: https://emanuelegori.uno
      OG_LOG_LEVEL: debug
    restart: unless-stopped