Skip to content

Commit fc5ccfe

Browse files
Revert to port 4200 for frontend prod container
1 parent a2cabe4 commit fc5ccfe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ services:
101101
APP_VERSION: ${APP_VERSION:-0.0.0}
102102
SOURCE_URL: https://github.com/CentreForDigitalHumanities/langpro-annotator
103103
healthcheck:
104-
test: "curl -f localhost:8080"
104+
test: "curl -f localhost:4200"
105105

106106
volumes:
107107
postgres-data:

frontend/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
server {
22
include /etc/nginx/mime.types;
33

4-
listen 8080;
4+
listen 4200;
55

66
gzip on;
77
gzip_vary on;

0 commit comments

Comments
 (0)