diff --git a/docker-compose.yml b/docker-compose.yml index 0bb1f3c..73111e9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,6 +19,7 @@ services: - "8080:8080" environment: PORT: "8080" + BASE_PATH: "/" DATABASE_URL: postgres://toolrate:toolrate@db:5432/toolrate SESSION_SECRET: change-this-to-a-random-secret NODE_ENV: production