We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c81475 commit 71fe867Copy full SHA for 71fe867
.env
@@ -1,8 +1,8 @@
1
POSTGRESDB_USER=postgres
2
POSTGRESDB_ROOT_PASSWORD=123456
3
-POSTGRESDB_DATABASE=bezkoder_db
+POSTGRESDB_DATABASE=ticketDB
4
POSTGRESDB_LOCAL_PORT=5433
5
POSTGRESDB_DOCKER_PORT=5432
6
7
-NODE_LOCAL_PORT=6868
8
-NODE_DOCKER_PORT=8080
+NODE_LOCAL_PORT=4420
+NODE_DOCKER_PORT=8080
docker-compose.yml
@@ -12,7 +12,7 @@ services:
12
ports:
13
- $POSTGRESDB_LOCAL_PORT:$POSTGRESDB_DOCKER_PORT
14
volumes:
15
- - db:./tables:/docker-entrypoint-initdb.d
+ - ./tables:/docker-entrypoint-initdb.d
16
app:
17
depends_on:
18
- postgresdb
0 commit comments