Open AlinaNova21 opened 4 years ago
Maybe investigate swapping ES with Loki? Lower footprint + automatic pruning
docker-compose
quorum-autospawner: image: ags131/screepsautospawner volumes: - /srv/screepspl.us/quorum/.screepsas.yaml:/app/.screepsas.yaml:ro labels: cron.schedule: '0 * * * *' cron.action: start quorum-dashboard: image: ags131/screepsdashboard volumes: - /srv/screepspl.us/quorum/settings.yaml:/app/settings.yaml logger: build: . image: ags131/screepsdashboard command: - screepsdashboard - log restart: unless-stopped volumes: - /srv/screepspl.us/quorum/settings.yaml:/app/settings.yaml elasticsearch: image: docker.elastic.co/elasticsearch/elasticsearch:6.6.1 environment: - 'discovery.type=single-node'
Maybe investigate swapping ES with Loki? Lower footprint + automatic pruning
docker-compose