mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 15:37:23 +01:00
add mare profiles
This commit is contained in:
parent
2cfd005fed
commit
7b0ac34623
24 changed files with 2313 additions and 379 deletions
|
|
@ -2,6 +2,8 @@ services:
|
|||
postgres:
|
||||
image: postgres:latest
|
||||
restart: always
|
||||
ports:
|
||||
- 5432:5432/tcp
|
||||
environment:
|
||||
POSTGRES_DB: mare
|
||||
POSTGRES_USER: mare
|
||||
|
|
@ -48,6 +50,7 @@ services:
|
|||
environment:
|
||||
MareSynchronos__DiscordBotToken: "${DEV_MARE_DISCORDTOKEN}"
|
||||
MareSynchronos__DiscordChannelForMessages: "${DEV_MARE_DISCORDCHANNEL}"
|
||||
MareSynchronos__DiscordChannelForReports: "${DEV_MARE_DISCORDCHANNEL}"
|
||||
DOTNET_USE_POLLING_FILE_WATCHER: 1
|
||||
volumes:
|
||||
- ../config/standalone/services-standalone.json:/opt/MareSynchronosServices/appsettings.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue