mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-13 16:34:45 +00:00
14 lines
737 B
Docker
14 lines
737 B
Docker
ARG APP_IMAGE=ocelotsocialnetwork/neo4j
|
|
ARG APP_IMAGE_TAG=latest
|
|
ARG APP_IMAGE_COMMUNITY=${APP_IMAGE}:${APP_IMAGE_TAG}
|
|
|
|
##################################################################################
|
|
# COMMUNITY ######################################################################
|
|
##################################################################################
|
|
FROM $APP_IMAGE_COMMUNITY as community-branded
|
|
|
|
##################################################################################
|
|
# ENTERPRISE #####################################################################
|
|
##################################################################################
|
|
FROM ocelotsocialnetwork/neo4j-enterprise:latest as enterprise-branded
|