This commit is contained in:
Robert Middleswarth
2021-11-22 00:17:23 -05:00
committed by GitHub
parent b2b424c50c
commit 86c8c0dd26
4 changed files with 5 additions and 3 deletions

View File

@@ -40,8 +40,6 @@ services:
container_name: frontend
hostname: frontend
image: vikunja/frontend:latest
environment:
VIKUNJA_API_URL: http://vikunja-api:3456/api/v1
networks:
- network
restart: unless-stopped
@@ -49,6 +47,8 @@ services:
- api
proxy:
container_name: proxy
hostname: proxy
image: nginx
ports:
- 3546:80

0
tools/install_throttled.sh Normal file → Executable file
View File

4
tools/install_vikunja.sh Normal file → Executable file
View File

@@ -17,6 +17,8 @@ function check_internet() {
check_internet
echo "Downloading vikunja config files"
echo "Creating directories..."
sudo mkdir -p /portainer/Files/AppData/Config/Vikunja || error "Failed to create Vikunja directory!"
eecho "Downloading vikunja config files"
sudo wget -O /portainer/Files/AppData/Config/Vikunja/nginx.conf https://raw.githubusercontent.com/novaspirit/pi-hosted/master/configs/vikunja_nginx.conf || error "Failed to download nginx.conf file!"
echo "Done You are ready to install the Vikunja Template"

0
tools/unpoller-install.sh Normal file → Executable file
View File