Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-01-28 21:32:15 +00:00
parent 38e4a047c7
commit fd47b647f1
40 changed files with 10 additions and 10 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.20.0
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
restart: always