networks: 1panel-network: external: true services: app_name: container_name: cyberchef env_file: - ./envs/global.env - .env image: ghcr.io/gchq/cyberchef:10.19.4 labels: createdBy: Apps networks: - 1panel-network ports: - ${PANEL_APP_PORT_HTTP}:80 restart: always