diff --git a/api/aeris.cabal b/api/aeris.cabal index f6893e2..3cc9c40 100644 --- a/api/aeris.cabal +++ b/api/aeris.cabal @@ -63,7 +63,7 @@ library , memory , mr-env , network - , opaleye >=0.9.0.0 && <0.9.2.0 + , opaleye >=0.9.0.0 && <0.9.1.0 , rel8 , servant , servant-auth diff --git a/docker-compose.yml b/docker-compose.yml index 92a9bf1..5f75630 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,7 +21,7 @@ services: api: build: ./api ports: - - "3000:81" + - "81:8080" depends_on: - "db" worker: diff --git a/web-app/nginx.conf b/web-app/nginx.conf index 5c43b9d..20c5206 100644 --- a/web-app/nginx.conf +++ b/web-app/nginx.conf @@ -9,6 +9,6 @@ server { } location /api/ { - proxy_pass http://api:81/; + proxy_pass http://api:8080/; } } \ No newline at end of file