Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Commit

Permalink
Avoid future bug by adding the transient file location to other docke…
Browse files Browse the repository at this point in the history
…r-compose files now
  • Loading branch information
kevindice committed Oct 26, 2018
1 parent c1230b7 commit 6cc6b0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ services:
- ENV=prod
volumes:
- ./backend:/code
- /tmp/cnap:/transient
depends_on:
- db
- redis
Expand Down
1 change: 1 addition & 0 deletions docker-compose-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ services:
- ENV=stage
volumes:
- ./backend:/code
- /tmp/cnap:/transient
depends_on:
- db
- redis
Expand Down

0 comments on commit 6cc6b0e

Please sign in to comment.