Skip to content

Commit 25ce909

Browse files
authored
Merge pull request datafold#8 from datafold/chiel-dat-3098-dockerized-setup-incl-dockerish-cli
[DAT-3098] rename .env such that not ignored by .gitignore
2 parents b8f3bbd + 3a5971d commit 25ce909

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

dev/dev.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=Password1
3+
POSTGRES_DB=postgres
4+
5+
MYSQL_DATABASE=mysql
6+
MYSQL_USER=mysql
7+
MYSQL_PASSWORD=Password1
8+
MYSQL_ROOT_PASSWORD=RootPassword1

dev/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
expose:
5252
- '5432'
5353
env_file:
54-
- .env
54+
- dev.env
5555
tty: true
5656
networks:
5757
- local
@@ -81,7 +81,7 @@ services:
8181
expose:
8282
- '3306'
8383
env_file:
84-
- .env
84+
- dev.env
8585
tty: true
8686
networks:
8787
- local

0 commit comments

Comments
 (0)