now with working proxy

This commit is contained in:
rnsrk 2025-05-12 00:35:58 +02:00
parent 29db83e9f8
commit 929bb12447
4 changed files with 63 additions and 105 deletions

View file

@ -1,7 +1,7 @@
# Nextcloud-Stack
services:
nextcloud:
image: nextcloud:31.0-fpm
image: nextcloud:31.0-fpm
container_name: nextcloud
depends_on:
- nextcloud-redis
@ -29,7 +29,6 @@ services:
networks:
- nextcloud
- traefik
- onlyoffice
- database
restart: unless-stopped
@ -53,7 +52,6 @@ services:
networks:
- nextcloud
- traefik
- onlyoffice
restart: unless-stopped
nextcloud-redis:
@ -71,9 +69,6 @@ networks:
database:
external: true
nextcloud:
name: nextcloud
external: true
traefik:
external: true
onlyoffice:
external: true