Refactor demo URLs and add nginx reverse-proxy configuration
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
services:
|
||||
reverse-proxy:
|
||||
image: nginx:latest
|
||||
container_name: demo-nginx-proxy
|
||||
ports:
|
||||
- "25700:80"
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
|
||||
gateway:
|
||||
image: registry.boomlab.party/rheinsw/demo-websites/main-website
|
||||
container_name: main-website
|
||||
@@ -10,5 +18,5 @@ services:
|
||||
image: registry.boomlab.party/rheinsw/demo-websites/ld1
|
||||
container_name: ld1
|
||||
ports:
|
||||
- "25601:8080"
|
||||
- "25601:3000"
|
||||
restart: on-failure
|
||||
|
||||
Reference in New Issue
Block a user