File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 11services :
2- ctf01d_backend :
3- image : ghcr.io/sea-kg/ctf01d-training-platform:latest
4- environment :
5- CONFIG_PATH : " configs/config.production.yml"
6- depends_on :
7- - ctf_training_platform_db
8- restart : always
9- networks :
10- - ctf01d_net
2+ # ctf01d_backend:
3+ # image: ghcr.io/sea-kg/ctf01d-training-platform:latest
4+ # environment:
5+ # CONFIG_PATH: "configs/config.production.yml"
6+ # depends_on:
7+ # - ctf_training_platform_db
8+ # restart: always
9+ # networks:
10+ # - ctf01d_net
1111
12- ctf01d_frontend :
13- image : ghcr.io/alexbazh/ctf01d-front:latest
14- ports :
15- - " 1337:1337"
16- depends_on :
17- - ctf01d_backend
18- networks :
19- - ctf01d_net
12+ # ctf01d_frontend:
13+ # image: ghcr.io/alexbazh/ctf01d-front:latest
14+ # ports:
15+ # - "1337:1337"
16+ # depends_on:
17+ # - ctf01d_backend
18+ # networks:
19+ # - ctf01d_net
2020
2121 nginx :
2222 image : nginx:latest
You can’t perform that action at this time.
0 commit comments