Skip to content

Commit 1b9cc93

Browse files
committed
fix: add missing .env file for docker
1 parent 31d6643 commit 1b9cc93

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

.env

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
POSTGRES_USER=postgres
2+
POSTGRES_PASSWORD=postgres
3+
DATABASE_USERNAME=fusionauth
4+
DATABASE_PASSWORD=hkaLBM3RVnyYeYeqE3WI1w2e4Avpy0Wd5O3s3
5+
ES_JAVA_OPTS="-Xms512m -Xmx512m"
6+
FUSIONAUTH_APP_MEMORY=512M
7+
8+
FUSIONAUTH_APP_KICKSTART_FILE=/usr/local/fusionauth/kickstart/kickstart.json

.gitignore

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,6 @@ web_modules/
100100
# Yarn Integrity file
101101
.yarn-integrity
102102

103-
# dotenv environment variable files
104-
.env
105-
.env.development.local
106-
.env.test.local
107-
.env.production.local
108-
.env.local
109-
110103
# parcel-bundler cache (https://parceljs.org/)
111104
.cache
112105
.parcel-cache

0 commit comments

Comments
 (0)