mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Replace in docker compose 'ocelotsocialnetwork/*:development' by 'ocelotsocialnetwork/*:local-development'
This commit is contained in:
parent
2c4ee18c9e
commit
8d10066fba
@ -5,7 +5,7 @@ services:
|
||||
# WEBAPP ###############################################
|
||||
########################################################
|
||||
webapp:
|
||||
# image: ocelotsocialnetwork/webapp:development
|
||||
image: ocelotsocialnetwork/webapp:local-development
|
||||
build:
|
||||
target: development
|
||||
environment:
|
||||
@ -23,7 +23,7 @@ services:
|
||||
# BACKEND ##############################################
|
||||
########################################################
|
||||
backend:
|
||||
# image: ocelotsocialnetwork/backend:development
|
||||
image: ocelotsocialnetwork/backend:local-development
|
||||
build:
|
||||
target: development
|
||||
environment:
|
||||
@ -40,7 +40,7 @@ services:
|
||||
# NEO4J ################################################
|
||||
########################################################
|
||||
neo4j:
|
||||
# image: ocelotsocialnetwork/neo4j:development
|
||||
image: ocelotsocialnetwork/neo4j:local-development
|
||||
ports:
|
||||
# Also expose the neo4j query browser
|
||||
- 7474:7474
|
||||
@ -51,8 +51,8 @@ services:
|
||||
########################################################
|
||||
# MAINTENANCE ##########################################
|
||||
########################################################
|
||||
# maintenance:
|
||||
# image: ocelotsocialnetwork/maintenance:development
|
||||
maintenance:
|
||||
image: ocelotsocialnetwork/maintenance:local-development
|
||||
|
||||
########################################################
|
||||
# MAILSERVER TO FAKE SMTP ##############################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user