new services + proxy network rework
This commit is contained in:
9
Pydio-cells/docker-compose.yml
Normal file → Executable file
9
Pydio-cells/docker-compose.yml
Normal file → Executable 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
|
||||
|
||||
Reference in New Issue
Block a user