Skip to content

Commit

Permalink
Added additional env params
Browse files Browse the repository at this point in the history
  • Loading branch information
bluvulture committed Nov 29, 2024
1 parent 18aca11 commit 662bf4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ services:
PIMCORE_INSTALL_MYSQL_PORT: 3306
PIMCORE_INSTALL_MYSQL_HOST_SOCKET: db
PIMCORE_INSTALL_MYSQL_DATABASE: pimcore
GOTENBERG_IP: "1.2.3.4"
GOTENBERG_PORT: "3000"
PLATFORM_PROJECT_ENTROPY: "1234567890"
REDIS_HOST: "redis"
REDIS_PORT: "6379"
PIMCORE_TOKEN: "1234567890"
depends_on:
db:
condition: service_healthy
Expand Down

0 comments on commit 662bf4b

Please sign in to comment.