mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
35 lines
1.2 KiB
YAML
35 lines
1.2 KiB
YAML
version: "3.4"
|
|
|
|
services:
|
|
|
|
########################################################
|
|
# WEBAPP ###############################################
|
|
########################################################
|
|
webapp:
|
|
platform: linux/amd64
|
|
|
|
########################################################
|
|
# BACKEND ##############################################
|
|
########################################################
|
|
backend:
|
|
platform: linux/amd64
|
|
|
|
########################################################
|
|
# NEO4J ################################################
|
|
########################################################
|
|
neo4j:
|
|
platform: linux/amd64
|
|
|
|
########################################################
|
|
# MAINTENANCE ##########################################
|
|
########################################################
|
|
maintenance:
|
|
platform: linux/amd64
|
|
|
|
########################################################
|
|
# MAILSERVER TO FAKE SMTP ##############################
|
|
########################################################
|
|
# commented out, because otherwise override of production would error. and it seems unnecessary
|
|
# mailserver:
|
|
# platform: linux/amd64
|