Files
OctoBot-trading/okteto-stack.yaml
2021-07-22 00:41:49 +02:00

18 lines
343 B
YAML

services:
octobot:
public: true
image: $DOCKER_IMAGE
environment:
- TENTACLES_REPOSITORY=$TENTACLES_REPOSITORY
- TENTACLES_URL_TAG=$TENTACLES_URL_TAG
replicas: 1
ports:
- 5001
resources:
cpu: 1
memory: 3Gi
storage: 1Gi
volumes:
- /octobot/user
- /octobot/tentacles