Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Redirect localhost:8080 to antidote-web's nginx in new mock setup #99

Open
olberger opened this issue Feb 17, 2020 · 1 comment
Open

Comments

@olberger
Copy link
Contributor

The antidote-web startup in docker-compose.yaml is redirecting traffic to 8080 inside the container whereas nginx is started on port 80 internally.

Hence proposing:

modified   docker-compose.yml
@@ -13,7 +13,7 @@ services:
       POSTGRES_USER: 'na'
       POSTGRES_PASSWORD: 'na'
     ports:
-      - "8080:8080"
+      - "8080:80"
   guacd: 
     image: "guacamole/guacd"
 

I'm not completely sure how the newer webssh stuff integrates though... so maybe there needs another setup

@Mierdin
Copy link
Member

Mierdin commented Feb 18, 2020

This has not been revisited since the big antidote-web changes and needs to be updated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants