mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
- include maintenance in production environment
This commit is contained in:
parent
7cc003602f
commit
b25af045db
@ -90,10 +90,26 @@ 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:
|
||||||
|
image: ocelotsocialnetwork/maintenance:latest
|
||||||
|
build:
|
||||||
|
# TODO: Separate from webapp, this must be independent
|
||||||
|
context: ./webapp
|
||||||
|
dockerfile: Dockerfile.maintenance
|
||||||
|
networks:
|
||||||
|
- external-net
|
||||||
|
ports:
|
||||||
|
- 5000:80
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
external-net:
|
external-net:
|
||||||
internal-net:
|
internal-net:
|
||||||
internal: true
|
internal: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
backend_uploads:
|
backend_uploads:
|
||||||
neo4j_data:
|
neo4j_data:
|
||||||
Loading…
x
Reference in New Issue
Block a user