livebook/.github/uffizzi/docker-compose.uffizzi.yml

19 lines
327 B
YAML
Raw Normal View History

2022-12-01 00:12:31 +08:00
version: "3"
x-uffizzi:
ingress:
service: livebook
port: 8080
services:
livebook:
image: "${APP_IMAGE}"
environment:
- LIVEBOOK_PORT=8080
- LIVEBOOK_TOKEN_ENABLED=false
ports:
- 8080:8080
restart: unless-stopped
deploy:
resources:
limits:
2022-12-01 02:37:15 +08:00
memory: 2000M