There was an error while loading. Please reload this page.
2 parents b8f3bbd + 3a5971d commit 25ce909Copy full SHA for 25ce909
dev/dev.env
@@ -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
@@ -51,7 +51,7 @@ services:
51
expose:
52
- '5432'
53
env_file:
54
- - .env
+ - dev.env
55
tty: true
56
networks:
57
- local
@@ -81,7 +81,7 @@ services:
81
82
- '3306'
83
84
85
86
87
0 commit comments