mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-04-16 01:27:36 +00:00
Update docker-compose.yml
fix port mappings and APP_FULL_BASE_URL
This commit is contained in:
parent
92920ed4c9
commit
244195fada
@ -22,7 +22,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
environment:
|
environment:
|
||||||
APP_FULL_BASE_URL: https://passbolt.example.com # adjust
|
APP_FULL_BASE_URL: http://127.0.0.1:8543 # adjust http/https and add your hostname or domain
|
||||||
DATASOURCES_DEFAULT_HOST: "db"
|
DATASOURCES_DEFAULT_HOST: "db"
|
||||||
DATASOURCES_DEFAULT_USERNAME: "passbolt"
|
DATASOURCES_DEFAULT_USERNAME: "passbolt"
|
||||||
DATASOURCES_DEFAULT_PASSWORD: "P4ssb0lt"
|
DATASOURCES_DEFAULT_PASSWORD: "P4ssb0lt"
|
||||||
@ -32,7 +32,7 @@ services:
|
|||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/passbolt/jwt:/etc/passbolt/jwt
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/passbolt/jwt:/etc/passbolt/jwt
|
||||||
command: ["/usr/bin/wait-for.sh", "-t", "0", "db:3306", "--", "/docker-entrypoint.sh"]
|
command: ["/usr/bin/wait-for.sh", "-t", "0", "db:3306", "--", "/docker-entrypoint.sh"]
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 8543:80 # HTTP
|
||||||
- 443:443
|
- 8432:443 # HTTPS
|
||||||
# - 80:8080 # alternative port mappings if rootless image is used
|
# - 8543:8080 # alternative port mappings if rootless image is used
|
||||||
# - 443:4433 # alternative port mappings if rootless image is used
|
# - 8432:4433 # alternative port mappings if rootless image is used
|
||||||
|
Loading…
x
Reference in New Issue
Block a user