diff --git a/build/docker-compose.yml b/build/docker-compose.yml index 5c9eb44..7761b37 100644 --- a/build/docker-compose.yml +++ b/build/docker-compose.yml @@ -11,6 +11,15 @@ services: networks: - ctf01d_net + ctf01d_frontend: + image: ghcr.io/alexbazh/ctf01d-front:latest + ports: + - "1337:1337" + depends_on: + - ctf01d_backend + networks: + - ctf01d_net + ctf_training_platform_db: image: postgres:16.4 restart: always