new services + proxy network rework

This commit is contained in:
2025-10-13 15:09:05 +02:00
parent aed7d849be
commit ccb4dbc2f3
26 changed files with 287 additions and 37 deletions

9
Pydio-cells/docker-compose.yml Normal file → Executable file
View File

@@ -1,10 +1,10 @@
version: '3.7'
services:
cells:
container_name: cells-app
image: pydio/cells:latest
restart: unless-stopped
ports: ["8383:8080"]
# ports: ["8383:8080"]
environment:
CELLS_SITE_EXTERNAL: "https://cells.yugi.cz"
CELLS_SITE_NO_TLS: "1"
@@ -28,3 +28,8 @@ volumes:
data: {}
cellsdir: {}
mysqldir: {}
networks:
default:
external: true
name: proxy