mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 17:07:22 +01:00
server ban update, remove reporting
This commit is contained in:
parent
c1f28cadd5
commit
713d054ccb
28 changed files with 2130 additions and 272 deletions
|
|
@ -47,6 +47,21 @@ services:
|
|||
start_period: 10s
|
||||
timeout: 1s
|
||||
|
||||
mare-auth:
|
||||
image: darkarchon/mare-synchronos-authservice:latest
|
||||
restart: on-failure
|
||||
environment:
|
||||
DOTNET_USE_POLLING_FILE_WATCHER: 1
|
||||
volumes:
|
||||
- ../config/standalone/authservice-standalone.json:/opt/MareSynchronosAuthService/appsettings.json
|
||||
- ../log/authservice-standalone/:/opt/MareSynchronosAuthService/logs/:rw
|
||||
- postgres_socket:/var/run/postgresql/:rw
|
||||
depends_on:
|
||||
mare-server:
|
||||
condition: service_healthy
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
|
||||
mare-services:
|
||||
image: darkarchon/mare-synchronos-services:latest
|
||||
restart: on-failure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue