Merge pull request #252 from WeebDev/fix/docker

fix: docker setup
This commit is contained in:
Kana 2021-01-12 10:23:37 +09:00 committed by GitHub
commit 38021d9599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}