Skip to content

Commit ebea105

Browse files
committed
ssl on
1 parent 6901fad commit ebea105

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

build/docker-compose.stage.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
services:
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

0 commit comments

Comments
 (0)