Skip to content

Commit

Permalink
add named data volume ckan_lib to service ckan in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Mayer authored and Florian Mayer committed Jul 11, 2017
1 parent a756c72 commit bc54bc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/docker/docker-compose.yml
Expand Up @@ -6,6 +6,7 @@
version: "3"
volumes:
ckan_config:
ckan_lib:
services:
ckan:
container_name: ckan
Expand All @@ -30,6 +31,7 @@ services:
- REDIS_PORT_6379_TCP_PORT=6379
volumes:
- ckan_config:/etc/ckan/default
- ckan_lib:/var/lib/ckan
db:
container_name: db
build:
Expand Down

0 comments on commit bc54bc8

Please sign in to comment.