Skip to content

Commit eb56393

Browse files
committed
Finish changing things to use port 3100 for dev.
1 parent 90405b0 commit eb56393

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker-compose.override.init.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
services:
22

33
nrdb_api_server:
4+
ports:
5+
- "3100:3100"
6+
47
command:
58
- /bin/sh
69
- -c
710
- |
811
bundle exec rake db:reset
912
bundle exec rails cards:import
10-
bundle exec rails server -b 0.0.0.0
13+
bundle exec rails server -b 0.0.0.0 -p 3100

docker-compose.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ services:
1515
# build the Dockerfile next to this file, tag the built image with above image name
1616
build: .
1717

18-
ports:
19-
- "3000:3000"
20-
2118
networks:
2219
- backend
2320
- null_signal

0 commit comments

Comments
 (0)