2
0
Fork 0

Fix missing staging restart policies #36

Manually merged
ambrose merged 1 commits from fix/staging-restart-policies into master 2019-08-04 05:33:04 +08:00
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,7 @@ services:
pg:
image: postgres:10.3
restart: unless-stopped
environment:
- POSTGRES_USER=root
- POSTGRES_PASSWORD=insecure_postgres_password
@ -22,16 +23,19 @@ services:
nats:
image: nats:latest
restart: unless-stopped
networks:
- natsnet
redis:
image: redis:latest
restart: unless-stopped
networks:
- redisnet
minio:
image: minio/minio:latest
restart: unless-stopped
environment:
- MINIO_ACCESS_KEY=insecure_access_key
- MINIO_SECRET_KEY=insecure_secret_key