mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Replace in docker compose 'ocelotsocialnetwork/*:latest' by 'ocelotsocialnetwork/*:local-production'
This commit is contained in:
parent
8d10066fba
commit
f5c4cd7701
@ -10,7 +10,7 @@ services:
|
|||||||
# WEBAPP ###############################################
|
# WEBAPP ###############################################
|
||||||
########################################################
|
########################################################
|
||||||
webapp:
|
webapp:
|
||||||
# image: ocelotsocialnetwork/webapp:latest
|
image: ocelotsocialnetwork/webapp:local-production
|
||||||
build:
|
build:
|
||||||
context: ./webapp
|
context: ./webapp
|
||||||
target: production
|
target: production
|
||||||
@ -40,7 +40,7 @@ services:
|
|||||||
# BACKEND ##############################################
|
# BACKEND ##############################################
|
||||||
########################################################
|
########################################################
|
||||||
backend:
|
backend:
|
||||||
# image: ocelotsocialnetwork/backend:latest
|
image: ocelotsocialnetwork/backend:local-production
|
||||||
build:
|
build:
|
||||||
context: ./backend
|
context: ./backend
|
||||||
target: production
|
target: production
|
||||||
@ -73,7 +73,7 @@ services:
|
|||||||
# NEO4J ################################################
|
# NEO4J ################################################
|
||||||
########################################################
|
########################################################
|
||||||
neo4j:
|
neo4j:
|
||||||
# image: ocelotsocialnetwork/neo4j:latest
|
image: ocelotsocialnetwork/neo4j:local-production
|
||||||
build:
|
build:
|
||||||
context: ./neo4j
|
context: ./neo4j
|
||||||
# community edition 👆🏼, because we have no enterprise licence 👇🏼 at the moment
|
# community edition 👆🏼, because we have no enterprise licence 👇🏼 at the moment
|
||||||
@ -97,7 +97,7 @@ services:
|
|||||||
# MAINTENANCE ##########################################
|
# MAINTENANCE ##########################################
|
||||||
########################################################
|
########################################################
|
||||||
maintenance:
|
maintenance:
|
||||||
# image: ocelotsocialnetwork/maintenance:latest
|
image: ocelotsocialnetwork/maintenance:local-production
|
||||||
build:
|
build:
|
||||||
# TODO: Separate from webapp, this must be independent
|
# TODO: Separate from webapp, this must be independent
|
||||||
context: ./webapp
|
context: ./webapp
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user