We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946ae3e commit f1ad1a8Copy full SHA for f1ad1a8
docker-compose.yml
@@ -2,13 +2,12 @@ version: "3.7"
2
3
services:
4
breedbase:
5
- image: breedbase/breedbase:v0.70
+ image: breedbase/breedbase:latest
6
depends_on:
7
- breedbase_db
8
container_name: breedbase_web
9
ports:
10
- 8080:8080
11
- - 25:25
12
volumes:
13
- webdata:/home/production/volume
14
- type: bind
@@ -18,7 +17,7 @@ services:
18
17
# source: /home/production/sgn
19
# target: /home/production/cxgn/sgn
20
21
- source: /home/production/basesite.breedbase.org/sgn_local.conf
+ source: /home/production/basesite/sgn_local.conf
22
target: /home/production/cxgn/sgn/sgn_local.conf
23
24
source: /home/production/db_dumps
0 commit comments