Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Syed Areeb Hussain
servmgmt-ss22
Commits
bd397557
Commit
bd397557
authored
May 18, 2022
by
Syed Areeb Hussain
Browse files
Upload New File
parent
1137927e
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yaml
0 → 100644
View file @
bd397557
version
:
'
3'
services
:
# The load balancer
nginx
:
image
:
nginx:1.16.0-alpine
volumes
:
-
./nginx.conf:/etc/nginx/nginx.conf:ro
-
./static:/www/data
networks
:
my_ipv6
:
ipv6_address
:
2001:638:408:200:fe50:cafe::7777
loc_ipv6
:
miniwhoami-loc1
:
image
:
docker.fslab.de/shussa2s/servmgmt-ss22
networks
:
loc_ipv6
:
miniwhoami-loc2
:
image
:
docker.fslab.de/shussa2s/servmgmt-ss22
networks
:
loc_ipv6
:
echo
:
image
:
jmalloc/echo-server
environment
:
-
PORT=8080
networks
:
loc_ipv6
:
networks
:
my_ipv6
:
external
:
name
:
my_ipv6
loc_ipv6
:
external
:
name
:
loc_ipv6
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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