Skip to content
This repository was archived by the owner on Dec 3, 2021. It is now read-only.
This repository was 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

@olberger

Description

@olberger

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions