Skip to content

Commit

Permalink
Merge pull request #55 from sea-kg/front-vuejs3-deploy
Browse files Browse the repository at this point in the history
new frontend
  • Loading branch information
IgorPolyakov committed Aug 18, 2024
2 parents fe4ec04 + 8eea8d6 commit 8a2d750
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a2d750

Please sign in to comment.