networks: 1panel-network: external: true services: opengist: container_name: ${CONTAINER_NAME} deploy: resources: limits: cpus: ${CPUS} memory: ${MEMORY_LIMIT} image: ghcr.io/thomiceli/opengist:1.11.1 labels: createdBy: Apps networks: - 1panel-network ports: - ${HOST_IP}:${PANEL_APP_PORT_HTTP}:6157 restart: unless-stopped volumes: - ./data:/opengist - ./config.yml:/config.yml