diff --git a/.env.example b/.env.example index 6d0302f..5f3681e 100644 --- a/.env.example +++ b/.env.example @@ -25,4 +25,5 @@ DOMAIN_RELEASES=releases.earthdefenderstoolkit.com DOMAIN_ICONS=icons.earthdefenderstoolkit.com ICONS_TO_DOWNLOAD=30 NOUN_KEY=xxxxxxxxxxxxxxxxxxxxxxxxx -NOUN_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxx \ No newline at end of file +NOUN_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxx +CORS=all diff --git a/docker-compose.yml b/docker-compose.yml index c8defa5..074ec42 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,6 +19,7 @@ services: NOUN_KEY: ${NOUN_KEY} NOUN_SECRET: ${NOUN_SECRET} VIRTUAL_PORT: 3000 + CORS: ${CORS} # https://hub.docker.com/r/nginxproxy/nginx-proxy proxy: build: services/nginx-proxy