services: << service_name >>: image: ghcr.io/thomiceli/opengist:latest container_name: << service_name >> environment: - TZ=<< timezone >> - OG_EXTERNAL_URL=<< app_url >> - OG_SSH_GIT_ENABLED=true - OG_SSH_GIT_PORT=<< port_ssh >> volumes: - << appdata_dir >>/<< service_name >>:/opengist ports: - "<< port >>:6157" - "<< port_ssh >>:2222" restart: unless-stopped