mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-12-12 16:52:22 +08:00
18 lines
322 B
YAML
18 lines
322 B
YAML
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
|