Commit graph

6 commits

Author SHA1 Message Date
David Négrier 8205775dc9 Adding missing environment variable in docker-compose.prod.yml
In the new version, a new FRONT_URL environment variable is now compulsory in the Pusher.
This is done to setup CORS security in the pusher.

This commit adds this environment variable in the sample docker-compose.prod.yml file.
2021-11-30 15:02:52 +01:00
David Négrier 64e86411c5
Fixing env var for ICON_URL 2021-11-24 12:19:45 +01:00
Alexis Faizeau 2513f8b3d6 Add icon server on production docker services 2021-11-10 18:22:03 +01:00
David Négrier 3ef1f0dc7b [Breaking change] UPLOADER_URL and ADMIN_URL are now true URLs (and not only host name) and API_URL is replaced by PUSHER_URL
API_URL is still accepted for BC compatibility of the self-hosted deployments.

This will allow deploying on a single domain, using a reverse proxy that acts on the path.
This however means that the config needs to be changed for all WorkAdventure deployments.
2021-03-31 16:00:14 +02:00
githubIsNotOpenSourceLOL 6e6b607226
Use email address from .env 2021-02-19 23:10:48 +01:00
David Négrier 4efa308473 Moving docker-compose prod file to contrib/docker 2021-02-03 12:29:41 +01:00