15 lines
278 B
YAML
15 lines
278 B
YAML
version: "3.9"
|
|
services:
|
|
keeweb:
|
|
deploy:
|
|
replicas: 3
|
|
restart: always
|
|
image: antelle/keeweb:latest
|
|
command: nginx
|
|
volumes:
|
|
- "/etc/timezone:/etc/timezone:ro"
|
|
- "/etc/localtime:/etc/localtime:ro"
|
|
ports:
|
|
- 8888:80
|
|
- 8443:443
|