Skip to content

Commit

Permalink
Remove restart: always in docker-compose (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmatayoshi authored Nov 25, 2020
1 parent c22f920 commit 162b82f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version: "3.7"
services:
app:
restart: always
ports:
- 3000:3000
build:
Expand All @@ -20,7 +19,6 @@ services:
REDIS_URL: redis://cache

workers:
restart: always
build:
context: .
dockerfile: Dockerfile-dev
Expand All @@ -43,7 +41,6 @@ services:

db:
image: postgres:11.3
restart: always
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: 11111111
Expand Down

0 comments on commit 162b82f

Please sign in to comment.