File tree Expand file tree Collapse file tree 4 files changed +3
-17
lines changed Expand file tree Collapse file tree 4 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 33nbproject
44/backup /*
55/app /*
6- /docker /sourcecode /code /*
76/docker-compose.yml
Original file line number Diff line number Diff line change 2525
2626SCRIPT_DIR=$( dirname " $( $READLINK -f " $0 " ) " )
2727ROOT_DIR=$( $READLINK -f " $SCRIPT_DIR /../" )
28- CODE_DIR=$( $READLINK -f " $ROOT_DIR /code " )
28+ CODE_DIR=$( $READLINK -f " $ROOT_DIR /app " )
2929
3030BACKUP_DIR=$( $READLINK -f " $ROOT_DIR /backup" )
3131BACKUP_SOLR_FILE=' solr.cores.tbz2'
Original file line number Diff line number Diff line change 66#
77# etc/*
88# provision/*
9- # code /*
9+ # app /*
1010#
1111# ######################################
1212main :
2626 - " 8443:443"
2727 - " 10022:22"
2828 volumes_from :
29- - sourcecode
3029 - storage
3130 env_file :
3231 - etc/environment.yml
@@ -128,18 +127,6 @@ mysql:
128127# - etc/environment.yml
129128# - etc/environment.production.yml
130129
131- # ######################################
132- # sourcecode
133- # ######################################
134- sourcecode :
135- build : .
136- dockerfile : Dockerfile-Source
137- volumes :
138- - /docker/code/
139- env_file :
140- - etc/environment.yml
141- - etc/environment.production.yml
142-
143130# ######################################
144131# Storage
145132# ######################################
Original file line number Diff line number Diff line change @@ -45,4 +45,4 @@ POSTGRES_PASSWORD=dev
4545FTP_USER=dev
4646FTP_PASSWORD=dev
4747FTP_PATH=/storage/ftp/
48- # FTP_PATH=/docker/code /
48+ # FTP_PATH=/app /
You can’t perform that action at this time.
0 commit comments