mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Add tags and APPLICATION_NAME env variable
This commit is contained in:
parent
bc70e8b3b0
commit
0ee3a308a7
@ -1,3 +1,4 @@
|
||||
APPLICATION_NAME="Human Connection"
|
||||
NEO4J_URI=bolt://localhost:7687
|
||||
NEO4J_USERNAME=neo4j
|
||||
NEO4J_PASSWORD=letmein
|
||||
|
||||
@ -8,16 +8,19 @@ services:
|
||||
networks:
|
||||
- hc-network
|
||||
webapp:
|
||||
image: schoolsinmotion/webapp:build-and-test
|
||||
build:
|
||||
context: webapp
|
||||
target: build-and-test
|
||||
volumes:
|
||||
- ./webapp:/webapp
|
||||
environment:
|
||||
- "APPLICATION_NAME={$APPLICATION_NAME:-'Human Connection'}"
|
||||
- NUXT_BUILD=/tmp/nuxt # avoid file permission issues when `rm -rf .nuxt/`
|
||||
- PUBLIC_REGISTRATION=false
|
||||
command: yarn run dev
|
||||
backend:
|
||||
image: schoolsinmotion/backend:build-and-test
|
||||
build:
|
||||
context: backend
|
||||
target: build-and-test
|
||||
@ -25,6 +28,7 @@ services:
|
||||
- ./backend:/backend
|
||||
command: yarn run dev
|
||||
environment:
|
||||
- "APPLICATION_NAME={$APPLICATION_NAME:-'Human Connection'}"
|
||||
- SMTP_HOST=mailserver
|
||||
- SMTP_PORT=25
|
||||
- SMTP_IGNORE_TLS=true
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
APPLICATION_NAME="Human Connection"
|
||||
MAPBOX_TOKEN="pk.eyJ1IjoiaHVtYW4tY29ubmVjdGlvbiIsImEiOiJjajl0cnBubGoweTVlM3VwZ2lzNTNud3ZtIn0.KZ8KK9l70omjXbEkkbHGsQ"
|
||||
SENTRY_DSN_WEBAPP=
|
||||
COMMIT=
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user