1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-24 05:36:19 +02:00
lazygit/uffizzi/docker-compose.uffizzi.yml

21 lines
406 B
YAML
Raw Normal View History

2022-10-26 16:39:23 +04:00
version: "3"
x-uffizzi:
ingress:
service: application
port: 7681
services:
application:
image: "${APP_IMAGE}"
entrypoint: ["/bin/bash", "-c"]
command: ["ttyd /usr/local/go/bin/go run /go/src/github.com/jesseduffield/lazygit/cmd/integration_test/main.go tui"]
ports:
- "7700:7700"
- "7681:7681"
deploy:
resources:
limits:
memory: 2000M