mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-13 06:24:45 -05:00
A Whole Bunch Of Changes
This commit is contained in:
parent
eb45c2fae4
commit
0122fb76f1
11 changed files with 209 additions and 20 deletions
|
|
@ -2,7 +2,14 @@
|
|||
version: '3.1'
|
||||
|
||||
services:
|
||||
|
||||
api:
|
||||
image: moosetheory/isl-api:0.1.1
|
||||
restart: always
|
||||
environment:
|
||||
- ISL_API_DB_CONNECTION_STRING=postgres://isl:development@db:5432/isl
|
||||
- ISL_API_HTTP_PORT=3000
|
||||
ports:
|
||||
- 3000:3000
|
||||
db:
|
||||
image: postgres
|
||||
restart: always
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue