mirror of
https://github.com/detleph/server.git
synced 2026-09-04 08:36:06 +02:00
Add the redis server to docker-compose.yml
This commit is contained in:
@@ -18,6 +18,10 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
container_name: "postgres"
|
container_name: "postgres"
|
||||||
|
redis:
|
||||||
|
image: redis
|
||||||
|
restart: always
|
||||||
|
|
||||||
#server:
|
#server:
|
||||||
# build: .
|
# build: .
|
||||||
# restart: always
|
# restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user