Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ethical Hacking Module
WAS Students 2022
Commits
096183fe
Commit
096183fe
authored
Feb 07, 2022
by
Joonatan Ovaska
Browse files
Add new file
parent
51f70be5
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose-week5-special.yml
0 → 100644
View file @
096183fe
version
:
"
3.8"
services
:
wasdat-database
:
image
:
postgres:latest
container_name
:
wasdat-database
networks
:
-
db
environment
:
POSTGRES_PASSWORD
:
was2021
POSTGRES_DB
:
was2021
POSTGRES_USER
:
was2021
volumes
:
-
postgres_data:/var/lib/postgresql/data/
wasdat-frontend
:
image
:
gitlab.labranet.jamk.fi:4567/ethical-hacking-module/was-students-2022/web-application-security-rw-client-vue:custom-nginx
container_name
:
wasdat-frontend
networks
:
-
frontend
-
application
ports
:
-
"
8080:80"
-
"
443:443"
wasdat-backend
:
image
:
gitlab.labranet.jamk.fi:4567/ethical-hacking-module/was-students-2022/web-application-security-rw-backend-flask:20210413061401
container_name
:
wasdat-backend
networks
:
-
application
-
db
missile-control
:
image
:
gitlab.labranet.jamk.fi:4567/ethical-hacking-module/was-students-2022/web-application-security-missile-control:20210315151201
container_name
:
missile-control
networks
:
-
application
volumes
:
postgres_data
:
networks
:
frontend
:
application
:
db
:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment