mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-12-29 18:28:28 +01:00
Update docker-compose.yml
remove unnecessary SERVER_URL, which is undocumented
This commit is contained in:
@@ -35,7 +35,6 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- PUBLIC_URL=http://resume.example.com
|
- PUBLIC_URL=http://resume.example.com
|
||||||
- PUBLIC_SERVER_URL=http://resume.example.com/api # only change the subdomain, leave /api as is
|
- 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=
|
- PUBLIC_GOOGLE_CLIENT_ID=
|
||||||
- POSTGRES_DB=postgres
|
- POSTGRES_DB=postgres
|
||||||
- POSTGRES_USER=postgres
|
- POSTGRES_USER=postgres
|
||||||
@@ -86,7 +85,6 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- PUBLIC_URL=http://resume.example.com
|
- PUBLIC_URL=http://resume.example.com
|
||||||
- PUBLIC_SERVER_URL=http://resume.example.com/api # only change the subdomain, leave /api as is
|
- 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=
|
- PUBLIC_GOOGLE_CLIENT_ID=
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
|||||||
Reference in New Issue
Block a user