mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-14 20:23:52 +00:00
c72a4826f2
Some checks failed
FreqUI CI / build (18, ubuntu-22.04) (push) Has been cancelled
FreqUI CI / build (20, ubuntu-22.04) (push) Has been cancelled
FreqUI CI / build (22, ubuntu-22.04) (push) Has been cancelled
FreqUI CI / build (23, ubuntu-22.04) (push) Has been cancelled
FreqUI CI / docker (linux/amd64) (push) Has been cancelled
FreqUI CI / docker (linux/arm/v6) (push) Has been cancelled
FreqUI CI / docker (linux/arm/v7) (push) Has been cancelled
FreqUI CI / docker (linux/arm64) (push) Has been cancelled
FreqUI CI / docker-merge (push) Has been cancelled
closes #2133
13 lines
269 B
YAML
13 lines
269 B
YAML
---
|
|
services:
|
|
frequi:
|
|
# Uncomment the following lines to build the image locally
|
|
# build:
|
|
# context: .
|
|
# dockerfile: "./Dockerfile"
|
|
# image: frequi
|
|
image: freqtradeorg/frequi:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- "3000:80"
|