A Whole Bunch Of Changes

This commit is contained in:
Annika Merris 2024-01-31 14:51:42 -05:00
parent eb45c2fae4
commit 0122fb76f1
11 changed files with 209 additions and 20 deletions

View file

@ -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