From cb26808cfadf522e48864b2f6e3da8221cc3d3ce Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Wed, 3 May 2023 16:26:12 +0200 Subject: [PATCH] Update docker-compose.yml remove unnecessary SERVER_URL, which is undocumented --- examples/rxresume/docker-compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/rxresume/docker-compose.yml b/examples/rxresume/docker-compose.yml index 6a3f397..1ebb102 100644 --- a/examples/rxresume/docker-compose.yml +++ b/examples/rxresume/docker-compose.yml @@ -35,7 +35,6 @@ services: environment: - PUBLIC_URL=http://resume.example.com - PUBLIC_SERVER_URL=http://resume.example.com/api # only change the subdomain, leave /api as is - - SERVER_URL=http://resume.example.com/api # only change the subdomain, leave /api as is - PUBLIC_GOOGLE_CLIENT_ID= - POSTGRES_DB=postgres - POSTGRES_USER=postgres @@ -86,7 +85,6 @@ services: environment: - PUBLIC_URL=http://resume.example.com - PUBLIC_SERVER_URL=http://resume.example.com/api # only change the subdomain, leave /api as is - - SERVER_URL=http://resume.example.com/api # only change the subdomain, leave /api as is - PUBLIC_GOOGLE_CLIENT_ID= networks: - proxy