Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Fix docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
y0no committed Jan 10, 2018
1 parent 5bdc99b commit 4b6814f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ services:
image: redis
restart: always
front:
build: .
image: synhackfr/mercure
restart: always
links:
Expand All @@ -14,8 +13,7 @@ services:
- 8000:8000
environment:
- SECRET_KEY=<random value>
- REDIS_HOST=redis
- EMAIL_HOST=mail.example.com
- EMAIL_PORT=587
- EMAIL_HOST_USER=phishing@example.com
- EMAIL_HOST_PASSWORD=P@SSWORD
- EMAIL_HOST_PASSWORD=P@SSWORD

0 comments on commit 4b6814f

Please sign in to comment.