Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-04-27 16:41:54 +00:00
parent b98702c484
commit 273be371df
148 changed files with 239 additions and 239 deletions
@@ -0,0 +1,17 @@
networks:
1panel-network:
external: true
services:
cyberchef:
container_name: cyberchef
env_file:
- ./envs/global.env
- .env
image: ghcr.io/gchq/cyberchef:10.24.0
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
restart: always