Skip to content

Commit

Permalink
[General] Folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Jul 14, 2019
1 parent f4addd1 commit ca3d04c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose-master.yml
Expand Up @@ -4,7 +4,7 @@ services:
image: nginx:stable
container_name: lpa-reverse-proxy
volumes:
- ./nginx/nginx-prod.conf:/etc/nginx/nginx.conf:ro
- ./nginx-prod.conf:/etc/nginx/nginx.conf:ro
ports:
- "9001:80" # port configured in lpapps server
restart: on-failure
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-persistent.yml
Expand Up @@ -4,7 +4,7 @@ services:
image: nginx:stable
container_name: lpa-reverse-proxy
volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
- ./nginx.conf:/etc/nginx/nginx.conf:ro
ports:
- "9001:80"
restart: on-failure
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Expand Up @@ -4,7 +4,7 @@ services:
image: nginx:stable
container_name: lpa-reverse-proxy
volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
- ./nginx.conf:/etc/nginx/nginx.conf:ro
ports:
- "9001:80"
restart: on-failure
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions lpa-cli.sh
Expand Up @@ -63,6 +63,8 @@ cleanStorage() {
rm -rf appData
rm -rf data
cd ..
rm -rf appData
rm -rf data
}

stopCompose() {
Expand Down

0 comments on commit ca3d04c

Please sign in to comment.