File tree 4 files changed +3
-17
lines changed
4 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 3
3
nbproject
4
4
/backup /*
5
5
/app /*
6
- /docker /sourcecode /code /*
7
6
/docker-compose.yml
Original file line number Diff line number Diff line change 25
25
26
26
SCRIPT_DIR=$( dirname " $( $READLINK -f " $0 " ) " )
27
27
ROOT_DIR=$( $READLINK -f " $SCRIPT_DIR /../" )
28
- CODE_DIR=$( $READLINK -f " $ROOT_DIR /code " )
28
+ CODE_DIR=$( $READLINK -f " $ROOT_DIR /app " )
29
29
30
30
BACKUP_DIR=$( $READLINK -f " $ROOT_DIR /backup" )
31
31
BACKUP_SOLR_FILE=' solr.cores.tbz2'
Original file line number Diff line number Diff line change 6
6
#
7
7
# etc/*
8
8
# provision/*
9
- # code /*
9
+ # app /*
10
10
#
11
11
# ######################################
12
12
main :
26
26
- " 8443:443"
27
27
- " 10022:22"
28
28
volumes_from :
29
- - sourcecode
30
29
- storage
31
30
env_file :
32
31
- etc/environment.yml
@@ -128,18 +127,6 @@ mysql:
128
127
# - etc/environment.yml
129
128
# - etc/environment.production.yml
130
129
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
-
143
130
# ######################################
144
131
# Storage
145
132
# ######################################
Original file line number Diff line number Diff line change @@ -45,4 +45,4 @@ POSTGRES_PASSWORD=dev
45
45
FTP_USER=dev
46
46
FTP_PASSWORD=dev
47
47
FTP_PATH=/storage/ftp/
48
- # FTP_PATH=/docker/code /
48
+ # FTP_PATH=/app /
You can’t perform that action at this time.
0 commit comments