mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
further changes requested by Tirokk
This commit is contained in:
parent
e47671c52a
commit
af54ec3704
@ -1,5 +1,5 @@
|
||||
# domain is the user-facing domain.
|
||||
domain: develop.ocelot.social
|
||||
domain: develop-docker.ocelot.social
|
||||
# commit is the latest github commit deployed.
|
||||
commit: 889a7cdd24dda04a139b2b77d626e984d6db6781
|
||||
# dbInitialization runs the database initializations in a post-install hook.
|
||||
@ -39,7 +39,7 @@ neo4jResourceRequestsMemory: "1G"
|
||||
# supportEmail is used for letsencrypt certs.
|
||||
supportEmail: "devops@ocelot.social"
|
||||
# smtpHost is the host for the mailserver.
|
||||
smtpHost: "mailserver.ocelot.social"
|
||||
smtpHost: "mail.ocelot.social"
|
||||
# smtpPort is the port to be used for the mailserver.
|
||||
smtpPort: \"25\"
|
||||
# jwtSecret is used to encode/decode a user's JWT for authentication
|
||||
|
||||
@ -61,6 +61,8 @@ services:
|
||||
ports:
|
||||
- 7687:7687
|
||||
- 7474:7474
|
||||
volumes:
|
||||
- neo4j_data:/data
|
||||
networks:
|
||||
hc-network:
|
||||
volumes:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
FROM node:12.19.0-alpine3.10 as build
|
||||
ABEL Description="Maintenance page of the Social Network ocelot.social" Vendor="ocelot.social Community" Version="0.0.1" Maintainer="ocelot.social Community (devops@ocelot.social)"
|
||||
LABEL Description="Maintenance page of the Social Network ocelot.social" Vendor="ocelot.social Community" Version="0.0.1" Maintainer="ocelot.social Community (devops@ocelot.social)"
|
||||
|
||||
EXPOSE 3000
|
||||
CMD ["yarn", "run", "start"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user