mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-12-02 09:21:40 +02:00
21 lines
406 B
YAML
21 lines
406 B
YAML
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
|