Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-01-20 06:27:01 +00:00
parent c11eec5466
commit f75bb01c35
47 changed files with 662 additions and 8 deletions
+4 -4
View File
@@ -5,13 +5,13 @@ services:
cyberchef:
container_name: cyberchef
env_file:
- ./envs/global.env
- .env
- ./envs/global.env
- .env
image: ghcr.io/gchq/cyberchef:10.19.4
labels:
createdBy: Apps
networks:
- 1panel-network
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
- ${PANEL_APP_PORT_HTTP}:80
restart: always