Skip to content

Commit dd823c6

Browse files
committed
mount downloads dirs from a docker volume for improved compatibility.
1 parent d2a58d9 commit dd823c6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docker-compose.override.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ services:
1111
- type: bind
1212
source: .git
1313
target: /home/production/.git
14-
- type: bind
15-
source: /tmp/downloads
16-
target: /downloads
14+
- shared_data:/downloads
1715
environment:
1816
MODE: 'DEVELOPMENT'
1917
PGDATABASE: breedbase
@@ -30,9 +28,7 @@ services:
3028
- type: bind
3129
source: ./cxgn/sgn/t/data
3230
target: /home/production/cxgn/sgn/t/data
33-
- type: bind
34-
source: /tmp/downloads
35-
target: /downloads
31+
- shared_data:/downloads
3632
ports:
3733
- 5900:5900
3834
- 4444:4444
@@ -41,3 +37,6 @@ services:
4137
environment:
4238
POSTGRES_DB: breedbase
4339
POSTGRES_PASSWORD: postgres
40+
41+
volumes:
42+
shared_data:

0 commit comments

Comments
 (0)