Skip to content

Commit

Permalink
Fixed refactored app paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mblaschke committed Feb 28, 2016
1 parent 0a75ce5 commit 31ec1f1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 17 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
nbproject
/backup/*
/app/*
/docker/sourcecode/code/*
/docker-compose.yml
2 changes: 1 addition & 1 deletion bin/.config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fi

SCRIPT_DIR=$(dirname "$($READLINK -f "$0")")
ROOT_DIR=$($READLINK -f "$SCRIPT_DIR/../")
CODE_DIR=$($READLINK -f "$ROOT_DIR/code")
CODE_DIR=$($READLINK -f "$ROOT_DIR/app")

BACKUP_DIR=$($READLINK -f "$ROOT_DIR/backup")
BACKUP_SOLR_FILE='solr.cores.tbz2'
Expand Down
15 changes: 1 addition & 14 deletions docker-compose.cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# etc/*
# provision/*
# code/*
# app/*
#
#######################################
main:
Expand All @@ -26,7 +26,6 @@ main:
- "8443:443"
- "10022:22"
volumes_from:
- sourcecode
- storage
env_file:
- etc/environment.yml
Expand Down Expand Up @@ -128,18 +127,6 @@ mysql:
# - etc/environment.yml
# - etc/environment.production.yml

#######################################
# sourcecode
#######################################
sourcecode:
build: .
dockerfile: Dockerfile-Source
volumes:
- /docker/code/
env_file:
- etc/environment.yml
- etc/environment.production.yml

#######################################
# Storage
#######################################
Expand Down
2 changes: 1 addition & 1 deletion etc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ POSTGRES_PASSWORD=dev
FTP_USER=dev
FTP_PASSWORD=dev
FTP_PATH=/storage/ftp/
#FTP_PATH=/docker/code/
#FTP_PATH=/app/

0 comments on commit 31ec1f1

Please sign in to comment.