Commit Graph

23 Commits

Author SHA1 Message Date
_Bastler
9e86e95135 merge latest dev 2022-02-27 14:19:39 +01:00
_Bastler
b1728b7b8c Merge branch 'develop' of github.com:thecodingmachine/workadventure into develop 2022-02-16 20:25:12 +01:00
David Négrier
f4e3410ce1
Merge pull request #1884 from Lithimlin/patch-2
prod template: Use docker-hub images by default
2022-02-16 14:46:15 +01:00
David Négrier
b720bd6ba2
Merge pull request #1885 from Lithimlin/patch-3
prod template: fix typo in pusher host rule
2022-02-16 14:45:23 +01:00
JL Euler
fafb0462ad
prod template: fix typo in pusher host rule
A typo in the pusher's SSL host rule prevented it from being connected correctly.
2022-02-16 12:27:17 +01:00
JL Euler
74534772ac
prod template: Use docker-hub images by default
In production environments, it is more likely for people to use the stable versions from the docker hub.
The build parameters were thus removed and the image variables uncommented.
2022-02-16 11:46:58 +01:00
JL Euler
0d58abe690
Change default front URL to "play"
Previously, the URL was "front". However, this is not in line with the default URL of the dev environments, where it is "play.workadventure.localhost".
2022-02-16 10:53:50 +01:00
_Bastler
fe2ed33d5f Merge branch 'develop' of github.com:thecodingmachine/workadventure into develop 2022-02-12 13:36:30 +01:00
Julian Euler
92f4728677 prod template: remove maps container
As stated by moufmouf, this is only meant for testing and hosting maps
2022-02-10 10:26:46 +01:00
Julian Euler
5aa46f6d84 prod template: move admin api URL and remove duplicate 2022-02-10 10:18:44 +01:00
Julian Euler
f8f6b8aad9 prod templates: add contact url & openID, move vars
The old template was outdated.
Added additional explanations to variables and divided them into 
sections.
2022-02-09 14:18:03 +01:00
Julian Euler
fb65510413 update docker production templates 2022-02-09 14:11:28 +01:00
_Bastler
ee6443670a Merge branch 'develop' of github.com:thecodingmachine/workadventure 2021-11-30 17:31:08 +01:00
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
_Bastler
3b98888c3a merge latest dev 2021-11-24 13:00:27 +01:00
David Négrier
64e86411c5
Fixing env var for ICON_URL 2021-11-24 12:19:45 +01:00
_Bastler
e43e1d8463 Merge branch 'develop' of github.com:thecodingmachine/workadventure 2021-11-16 10:56:33 +01:00
Alexis Faizeau
2513f8b3d6 Add icon server on production docker services 2021-11-10 18:22:03 +01:00
_Bastler
0bf49fa26a native OIDC support 2021-09-17 09:46:04 +02:00
_Bastler
2ad0f98f4a update readme 2021-08-23 08:22:13 +02: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