mirror of
https://github.com/Drakkar-Software/OctoBot.git
synced 2022-03-03 23:52:26 +03:00
18 lines
343 B
YAML
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
|