mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Prettify some formating
This commit is contained in:
parent
92abc35a60
commit
a0a2fb43ab
@ -18,7 +18,6 @@ services:
|
|||||||
- webapp_node_modules:/app/node_modules
|
- webapp_node_modules:/app/node_modules
|
||||||
# bind the local folder to the docker to allow live reload
|
# bind the local folder to the docker to allow live reload
|
||||||
- ./webapp:/app
|
- ./webapp:/app
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# BACKEND ##############################################
|
# BACKEND ##############################################
|
||||||
########################################################
|
########################################################
|
||||||
@ -35,7 +34,6 @@ services:
|
|||||||
- backend_node_modules:/app/node_modules
|
- backend_node_modules:/app/node_modules
|
||||||
# bind the local folder to the docker to allow live reload
|
# bind the local folder to the docker to allow live reload
|
||||||
- ./backend:/app
|
- ./backend:/app
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# NEO4J ################################################
|
# NEO4J ################################################
|
||||||
########################################################
|
########################################################
|
||||||
@ -47,13 +45,11 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
# So we can access the neo4j query browser from our host machine
|
# So we can access the neo4j query browser from our host machine
|
||||||
- external-net
|
- external-net
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# MAINTENANCE ##########################################
|
# MAINTENANCE ##########################################
|
||||||
########################################################
|
########################################################
|
||||||
maintenance:
|
maintenance:
|
||||||
image: ocelotsocialnetwork/maintenance:development
|
image: ocelotsocialnetwork/maintenance:development
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# MAILSERVER TO FAKE SMTP ##############################
|
# MAILSERVER TO FAKE SMTP ##############################
|
||||||
########################################################
|
########################################################
|
||||||
@ -63,6 +59,7 @@ services:
|
|||||||
- 1080:80
|
- 1080:80
|
||||||
networks:
|
networks:
|
||||||
- external-net
|
- external-net
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
webapp_node_modules:
|
webapp_node_modules:
|
||||||
backend_node_modules:
|
backend_node_modules:
|
||||||
|
|||||||
@ -12,7 +12,6 @@ services:
|
|||||||
- NODE_ENV="test"
|
- NODE_ENV="test"
|
||||||
volumes:
|
volumes:
|
||||||
- ./coverage:/app/coverage
|
- ./coverage:/app/coverage
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# BACKEND ##############################################
|
# BACKEND ##############################################
|
||||||
########################################################
|
########################################################
|
||||||
@ -24,7 +23,6 @@ services:
|
|||||||
- NODE_ENV="test"
|
- NODE_ENV="test"
|
||||||
volumes:
|
volumes:
|
||||||
- ./coverage:/app/coverage
|
- ./coverage:/app/coverage
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# NEO4J ################################################
|
# NEO4J ################################################
|
||||||
########################################################
|
########################################################
|
||||||
@ -41,13 +39,11 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
# So we can access the neo4j query browser from our host machine
|
# So we can access the neo4j query browser from our host machine
|
||||||
- external-net
|
- external-net
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# MAINTENANCE ##########################################
|
# MAINTENANCE ##########################################
|
||||||
########################################################
|
########################################################
|
||||||
maintenance:
|
maintenance:
|
||||||
image: ocelotsocialnetwork/maintenance:test
|
image: ocelotsocialnetwork/maintenance:test
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# MAILSERVER TO FAKE SMTP ##############################
|
# MAILSERVER TO FAKE SMTP ##############################
|
||||||
########################################################
|
########################################################
|
||||||
@ -57,6 +53,7 @@ services:
|
|||||||
- 1080:80
|
- 1080:80
|
||||||
networks:
|
networks:
|
||||||
- external-net
|
- external-net
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
webapp_node_modules:
|
webapp_node_modules:
|
||||||
backend_node_modules:
|
backend_node_modules:
|
||||||
|
|||||||
@ -35,7 +35,6 @@ services:
|
|||||||
- GRAPHQL_URI=http://backend:4000
|
- GRAPHQL_URI=http://backend:4000
|
||||||
env_file:
|
env_file:
|
||||||
- ./webapp/.env
|
- ./webapp/.env
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# BACKEND ##############################################
|
# BACKEND ##############################################
|
||||||
########################################################
|
########################################################
|
||||||
@ -68,7 +67,6 @@ services:
|
|||||||
- CLIENT_URI=http://webapp:3000
|
- CLIENT_URI=http://webapp:3000
|
||||||
env_file:
|
env_file:
|
||||||
- ./backend/.env
|
- ./backend/.env
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# NEO4J ################################################
|
# NEO4J ################################################
|
||||||
########################################################
|
########################################################
|
||||||
@ -92,7 +90,6 @@ services:
|
|||||||
# TODO: clarify if that is the only thing needed to unlock the Enterprise version
|
# TODO: clarify if that is the only thing needed to unlock the Enterprise version
|
||||||
# - NEO4J_ACCEPT_LICENSE_AGREEMENT=yes
|
# - NEO4J_ACCEPT_LICENSE_AGREEMENT=yes
|
||||||
# TODO: Remove the playground from production
|
# TODO: Remove the playground from production
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# MAINTENANCE ##########################################
|
# MAINTENANCE ##########################################
|
||||||
########################################################
|
########################################################
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user