Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 3 additions & 28 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,45 +1,20 @@
services:
nginx_proxy:
image: nginx:latest
container_name: nginx_proxy
restart: always
ports:
- "80:80"
- "443:443"
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
- ./certs:/etc/nginx/certs:ro
networks:
- app-network
depends_on:
- nextcloud
- collabora_online
- skopeo_controller

nextcloud:
image: nextcloud:latest
container_name: nextcloud
restart: always
volumes:
- nextcloud_data:/var/www/html
networks:
- app-network

collabora_online:
build:
context: .
dockerfile: ./src/view/Dockerfile
image: collabora:latest
container_name: collabora_online
restart: always
ports:
- "9980:9980"
cap_add:
- SYS_ADMIN
environment:
- extra_params=--o:ssl.enable=false --o:ssl.termination=true --o:storage.wopi.host=nextcloud --o:server_name=localhost --o:storage.wopi.host_allow_list=nextcloud,localhost
- extra_params=--o:ssl.enable=false --o:ssl.termination=true
networks:
- app-network
depends_on:
- nextcloud
- skopeo_controller

skopeo_controller:
Expand Down
60 changes: 0 additions & 60 deletions nginx.conf

This file was deleted.

2 changes: 1 addition & 1 deletion src/view
Submodule view updated 589 files
Loading