mirror of
https://github.com/cs3org/wopiserver.git
synced 2025-04-18 13:04:00 +03:00
Removed unused key
This commit is contained in:
parent
b33a15f241
commit
5104246b91
@ -3,7 +3,6 @@
|
||||
# Run with e.g.: HOST_HOSTNAME=`hostname` docker-compose --project-name wopiserver -f wopiserver.yaml up -d
|
||||
#
|
||||
|
||||
version: "3.3"
|
||||
services:
|
||||
wopiserver:
|
||||
build:
|
||||
@ -16,8 +15,6 @@ services:
|
||||
restart: always
|
||||
ports:
|
||||
- 8880:8880
|
||||
secrets:
|
||||
- etherpad_apikey
|
||||
environment:
|
||||
- DEBUG_METRICS=false
|
||||
- HOST_HOSTNAME=${HOST_HOSTNAME}
|
||||
@ -32,10 +29,6 @@ services:
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
|
||||
secrets:
|
||||
etherpad_apikey:
|
||||
file: /etc/wopi/etherpad_apikey
|
||||
|
||||
volumes:
|
||||
config:
|
||||
storage:
|
||||
|
Loading…
x
Reference in New Issue
Block a user