diff options
Diffstat (limited to 'compose.yaml')
| -rw-r--r-- | compose.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..11f092d --- /dev/null +++ b/compose.yaml | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | services: | ||
| 2 | bot: | ||
| 3 | build: . | ||
| 4 | environment: | ||
| 5 | - TOKEN=${TOKEN} | ||
| 6 | volumes: | ||
| 7 | - storage:/app/storage | ||
| 8 | |||
| 9 | volumes: | ||
| 10 | storage: | ||
