mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2026-02-05 07:40:55 +01:00
Revert "Revert "Update docker-compose.yml""
This commit is contained in:
@@ -9,8 +9,6 @@ services:
|
|||||||
image: postgres:11.5-alpine
|
image: postgres:11.5-alpine
|
||||||
container_name: postgres
|
container_name: postgres
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
|
||||||
- "127.0.0:5432:5432"
|
|
||||||
volumes:
|
volumes:
|
||||||
- postgres-data:/var/lib/postgresql/data
|
- postgres-data:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
@@ -21,8 +19,6 @@ services:
|
|||||||
image: redis:5.0-alpine
|
image: redis:5.0-alpine
|
||||||
container_name: redis
|
container_name: redis
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
ports:
|
|
||||||
- 127.0.0.1:6379:6379
|
|
||||||
volumes:
|
volumes:
|
||||||
- redis-data:/data
|
- redis-data:/data
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user