Expert voting system for CTF-2020.
-
Fill
app.env.sample
and rename toapp.env
. -
Fill
db.env.sample
and rename todb.env
. -
Fill
.env.sample
and rename to.env
.Note: If you're using reverse proxy (like nginx), expose web port only to 127.0.0.1.
-
docker-compose up --build -d
.
All rights reserved.