mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-15 23:18:53 -05:00
Switched From httprouter to chi
I believe all functionality works properly
This commit is contained in:
parent
c1231d487a
commit
d4b2d5fefb
9 changed files with 77 additions and 78 deletions
|
|
@ -9,7 +9,7 @@ services:
|
|||
- ISL_API_DB_CONNECTION_STRING=postgres://isl:development@db:5432/isl
|
||||
- ISL_API_HTTP_PORT=3000
|
||||
ports:
|
||||
- 3080:3000
|
||||
- 3000:3000
|
||||
db:
|
||||
image: postgres
|
||||
restart: always
|
||||
|
|
@ -26,4 +26,4 @@ services:
|
|||
image: adminer
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:8080
|
||||
- 8081:8080
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue