We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a58d9 commit dd823c6Copy full SHA for dd823c6
docker-compose.override.yml
@@ -11,9 +11,7 @@ services:
11
- type: bind
12
source: .git
13
target: /home/production/.git
14
- - type: bind
15
- source: /tmp/downloads
16
- target: /downloads
+ - shared_data:/downloads
17
environment:
18
MODE: 'DEVELOPMENT'
19
PGDATABASE: breedbase
@@ -30,9 +28,7 @@ services:
30
28
31
29
source: ./cxgn/sgn/t/data
32
target: /home/production/cxgn/sgn/t/data
33
34
35
36
ports:
37
- 5900:5900
38
- 4444:4444
@@ -41,3 +37,6 @@ services:
41
42
POSTGRES_DB: breedbase
43
39
POSTGRES_PASSWORD: postgres
40
+
+volumes:
+ shared_data:
0 commit comments