Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Update proxy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
choucrifahed committed Oct 26, 2021
1 parent 228bc07 commit 995ee36
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose/deploy/app-developer/.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PLATFORM6_DATA_PATH=~/platform6/instances

P6AUTH_PUBLIC_KEY_FILE=prod-jwt.pem
RUNLOCAL_BUCKET_HOST=portalbucket.amalto.com
P6PROXY_VERSION=1.0.3
P6PROXY_VERSION=1.0.4

P6CORE_VERSION=latest
# For versions before 6.4.3 it should be amalto/platform6
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/deploy/app-developer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Please wait until all containers are running and have a `healthy` status before
docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
b21c0a18d789 amalto/p6core:latest "/opt/p6core/p6core-…" 37 seconds ago Up 35 seconds (healthy) 0.0.0.0:2221-2222->2221-2222/tcp, 0.0.0.0:5005->5005/tcp p6core
f4a17ca1ca41 amalto/caddy:2.3.0-amalto_1.0.3 "/entrypoint.sh" 38 seconds ago Up 36 seconds (healthy) 80/tcp, 443/tcp, 0.0.0.0:8091->8091/tcp, 2019/tcp, 0.0.0.0:8483->8483/tcp p6proxy
f4a17ca1ca41 amalto/caddy:2.3.0-amalto_1.0.4 "/entrypoint.sh" 38 seconds ago Up 36 seconds (healthy) 80/tcp, 443/tcp, 0.0.0.0:8091->8091/tcp, 2019/tcp, 0.0.0.0:8483->8483/tcp p6proxy
6807093d530c postgres:13.1-alpine "docker-entrypoint.s…" 38 seconds ago Up 36 seconds (healthy) 5432/tcp pgsql

```
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/deploy/demobc-developer/.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PLATFORM6_DATA_PATH=~/platform6/instances

P6AUTH_PUBLIC_KEY_FILE=prod-jwt.pem
RUNLOCAL_BUCKET_HOST=portalbucket.amalto.com
P6PROXY_VERSION=1.0.3
P6PROXY_VERSION=1.0.4

P6CORE_VERSION=latest
# For versions before 6.4.3 it should be amalto/platform6
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/deploy/demobc-developer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Please wait until all containers are running and have a `healthy` status before
docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
b21c0a18d789 amalto/p6core:latest "/opt/p6core/p6core-…" 37 seconds ago Up 35 seconds (healthy) 0.0.0.0:2221-2222->2221-2222/tcp, 0.0.0.0:5005->5005/tcp p6core
f4a17ca1ca41 amalto/caddy:2.3.0-amalto_1.0.3 "/entrypoint.sh" 38 seconds ago Up 36 seconds (healthy) 80/tcp, 443/tcp, 0.0.0.0:8091->8091/tcp, 2019/tcp, 0.0.0.0:8483->8483/tcp p6proxy
f4a17ca1ca41 amalto/caddy:2.3.0-amalto_1.0.4 "/entrypoint.sh" 38 seconds ago Up 36 seconds (healthy) 80/tcp, 443/tcp, 0.0.0.0:8091->8091/tcp, 2019/tcp, 0.0.0.0:8483->8483/tcp p6proxy
6807093d530c postgres:13.1-alpine "docker-entrypoint.s…" 38 seconds ago Up 36 seconds (healthy) 5432/tcp pgsql
41e8658d3bc6 pegasyseng/pantheon:1.2.2 "/opt/pantheon/bin/p…" 2 minutes ago Up 2 minutes 8545-8547/tcp, 30303/tcp demobc
```
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/reference/caddy/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

{$SITE_DOMAIN}:{$SITE_PORT} {

encode zstd gzip
encode gzip
header /* Server "p6proxy/{$P6PROXY_VERSION}"

@baseUrlParam {
Expand Down

0 comments on commit 995ee36

Please sign in to comment.