-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy path.env
More file actions
25 lines (22 loc) · 785 Bytes
/
.env
File metadata and controls
25 lines (22 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
W9_REPO=pimcore/pimcore
W9_DIST=community
# version refers to: https://github.com/pimcore/docker#image-flavors
W9_VERSION=php8.2-latest
W9_POWER_PASSWORD=uQ8E1wVTzG8SOk3!
# Environments which for user settings when create application
W9_HTTP_PORT_SET=9001
#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_ID=pimcore
W9_HTTP_PORT=80
W9_LOGIN_USER=admin
W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD
W9_DB_EXPOSE=mariadb
W9_DB_VERSION=10.11
W9_URL=internet_ip:$W9_HTTP_PORT_SET
W9_NETWORK=websoft9
#### --------------------------------------------------------------------------------------- ####
# Pimcore database connection
PIMCORE_DB_HOST=$W9_ID-mariadb
PIMCORE_DB_NAME=$W9_ID
PIMCORE_DB_USER=$W9_ID
PIMCORE_DB_PASSWORD=$W9_POWER_PASSWORD