From 519571f84c0f73e306c4f7b0bb29c24c9ca9105c Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Thu, 15 Oct 2020 00:03:25 +0300 Subject: [PATCH] Remove filebrowser deployment --- stack-compose.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/stack-compose.yml b/stack-compose.yml index 415435c..775c529 100644 --- a/stack-compose.yml +++ b/stack-compose.yml @@ -1,16 +1,5 @@ version: '3.4' services: - filebrowser: - image: registry.gitlab.com/sahkoinsinoorikilta/vtmk/filebrowser - ports: - - 5000:80 - environment: - - AUTH_BACKEND_URL=https://api.sika.sik.party/jwt_nginx - - AUTH_LOGIN_URL=https://sika.sik.party/admin/login - volumes: - - /home/sik/production/files/static:/srv - - /home/sik/production/filebrowser.db:/filebrowser.db - db: image: postgres:12 deploy: