first commit
This commit is contained in:
commit
983f0dbfee
4
.env
Normal file
4
.env
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
aliasgroup1=https://cloud.netig.net:443
|
||||||
|
username=admin
|
||||||
|
#password=
|
||||||
|
extra_params=--o:ssl.enable=false --o:ssl.termination=true
|
12
compose.yml
Normal file
12
compose.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
code:
|
||||||
|
image: collabora/code:latest
|
||||||
|
container_name: collaboranetignet_code
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
|
- ../passwords/collaboranetignet.pass
|
||||||
|
ports:
|
||||||
|
- "127.0.0.1:9003:9980"
|
||||||
|
volumes:
|
||||||
|
- ./no_welcome_popup:/usr/share/coolwsd/browser/dist/welcome:ro
|
||||||
|
restart: unless-stopped
|
Loading…
x
Reference in New Issue
Block a user