Skip to content

Commit

Permalink
restart policies in docker-compose is not the best idea
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed May 28, 2016
1 parent 21b3002 commit 64ceb84
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ version: '2'
services:
base:
build: .
restart: unless-stopped
environment:
# Run `docker-compose run web config generate-secret-key`
# to get the SENTRY_SECRET_KEY value.
Expand All @@ -17,15 +16,12 @@ services:

memcached:
image: memcached:1.4
restart: unless-stopped

redis:
image: redis:3.0-alpine
restart: unless-stopped

postgres:
image: postgres:9.5
restart: unless-stopped

web:
extends: base
Expand Down

0 comments on commit 64ceb84

Please sign in to comment.