1
Fork 0
mirror of https://github.com/Steffo99/distributed-arcade.git synced 2024-10-16 06:27:30 +00:00

Update docker-compose.yml

This commit is contained in:
Steffo 2023-01-09 10:41:56 +01:00 committed by GitHub
parent ece8a70c22
commit 2345bb6699
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,13 @@
# Example Docker Compose file setup to run the Distributed Arcade stack with a single node
# Not really distributed, is it?
# To be used with Portainer
version: "3.9"
volumes:
redis_data:
driver: local
services:
redis:
image: "redis:7.0.5"
@ -11,7 +16,7 @@ services:
--save 60 1
--loglevel notice
volumes:
- "./data/redis:/data"
- "redis_data/redis:/data"
distributedarcade:
image: "ghcr.io/steffo99/distributed-arcade:latest"
environment: