Add Gokapi file sharing service (replaces PicoShare)
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
services:
|
||||
gokapi:
|
||||
image: f0rc3/gokapi:latest
|
||||
container_name: gokapi
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
TZ: "UTC"
|
||||
volumes:
|
||||
- gokapi_data:/app/data
|
||||
- gokapi_config:/app/config
|
||||
labels:
|
||||
glance.name: Gokapi
|
||||
glance.icon: si:files
|
||||
glance.url: https://{{ subdomains.gokapi }}/
|
||||
glance.description: Lightweight file sharing
|
||||
glance.id: gokapi
|
||||
mag37.dockcheck.update: true
|
||||
volumes:
|
||||
gokapi_data:
|
||||
driver: local
|
||||
gokapi_config:
|
||||
driver: local
|
||||
networks:
|
||||
default:
|
||||
external: true
|
||||
name: "{{ docker.network_name }}"
|
||||
Reference in New Issue
Block a user