fix: docker setup

This commit is contained in:
iCrawl 2021-01-11 18:42:59 +01:00
parent 01e17ed856
commit 63509cd2d3
No known key found for this signature in database
GPG Key ID: 1AB888B16355FBB2
4 changed files with 3 additions and 6 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
#!/bin/bash
docker-compose -f docker-compose.yml -f docker-compose.$1.yml -f docker-compose.config.yml ${@%$1}

View File

@ -24,9 +24,6 @@ services:
expose:
- "5000"
- "5001"
ports:
- "5000"
- "5001"
restart: unless-stopped
environment:
CHUNK_SIZE: 90

View File

@ -12,7 +12,7 @@ server {
# reverse proxy
location / {
proxy_pass http://localhost:5000;
proxy_pass http://chibisafe:5000;
include nginxconfig.io/proxy.conf;
}

View File

@ -16,7 +16,7 @@ server {
# reverse proxy
location / {
proxy_pass http://localhost:5000;
proxy_pass http://chibisafe:5000;
include nginxconfig.io/proxy.conf;
}