Skip to content

Commit 71fe867

Browse files
schneiemschneiem
authored andcommitted
v0.2
1 parent 9c81475 commit 71fe867

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
POSTGRESDB_USER=postgres
22
POSTGRESDB_ROOT_PASSWORD=123456
3-
POSTGRESDB_DATABASE=bezkoder_db
3+
POSTGRESDB_DATABASE=ticketDB
44
POSTGRESDB_LOCAL_PORT=5433
55
POSTGRESDB_DOCKER_PORT=5432
66

7-
NODE_LOCAL_PORT=6868
8-
NODE_DOCKER_PORT=8080
7+
NODE_LOCAL_PORT=4420
8+
NODE_DOCKER_PORT=8080

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
ports:
1313
- $POSTGRESDB_LOCAL_PORT:$POSTGRESDB_DOCKER_PORT
1414
volumes:
15-
- db:./tables:/docker-entrypoint-initdb.d
15+
- ./tables:/docker-entrypoint-initdb.d
1616
app:
1717
depends_on:
1818
- postgresdb

0 commit comments

Comments
 (0)