Compare commits

...

7 Commits

Author SHA1 Message Date
cf3b237899 added appapi 2025-10-20 21:20:39 +02:00
2ec2aeac1f added appapi 2025-10-20 21:09:50 +02:00
0c1d22a41f added appapi 2025-10-20 21:08:35 +02:00
49815d7555 added appapi 2025-10-20 21:07:57 +02:00
b4653d8b75 added appapi 2025-10-20 21:05:28 +02:00
a46bb89760 added appapi 2025-10-20 21:03:25 +02:00
8171c01c99 added appapi 2025-10-20 21:02:26 +02:00
2 changed files with 17 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ services:
wud.watch.digest: true
network_mode: bridge
ports:
- 8780:80
- 8785:80
- 8743:443
- '8722:22'
restart: unless-stopped

View File

@@ -73,3 +73,19 @@ services:
restart: ${RESTART:-unless-stopped}
volumes:
- /share/docker_data/nextcloud/redis:/data
appapi-harp:
environment:
- HP_SHARED_KEY=l4c1j4yd33Du5lo
- NC_INSTANCE_URL=https://nc.sectorq.eu
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /share/docker_data/nextcloud/certs:/certs
container_name: appapi-harp
hostname: appapi-harp
restart: unless-stopped
ports:
- 8780:8780
- 8782:8782
image: ghcr.io/nextcloud/nextcloud-appapi-harp:release
networks:
- nextcloud_network