Skip to content

Commit

Permalink
docker-compose.yml example
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad authored and Ahmad committed Dec 3, 2018
1 parent 9296f23 commit 5fae0a3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ services:
build: .
environment:
DATABASE_HOST: db
DATABASE_USER: root
DATABASE_PASSWORD: secret
DATABASE_NAME: GUC_Comments
ACCESS_TOKEN: "EAAFDrTDhvyMBAEt2GZAyMW9xPsLNnhz8ZAXh8ehZBTU6b5ug8ciAZBSulKOEDDbS2GtrokaGIKyOZAagiNCvRrZCl1nXaR6xtZBmGoXeSOISqihq7sDM3TZBj6hC2ZCEpwP3In3jo2ZAj5xlPNgMbYTgNWProADC3C2XNWe1FH7egJKwZDZD"
DATABASE_USER: user
DATABASE_PASSWORD: password
DATABASE_NAME: name
ACCESS_TOKEN: (a valid access token)
ports:
- 3000:8080
depends_on:
Expand All @@ -18,6 +18,6 @@ services:
image: healthcheck/postgres:alpine

environment:
POSTGRES_PASSWORD: secret
POSTGRES_USER: root
POSTGRES_DB: GUC_Comments
POSTGRES_PASSWORD: password
POSTGRES_USER: user
POSTGRES_DB: name

0 comments on commit 5fae0a3

Please sign in to comment.