Release test versions of telegram bot and AutomatizationCore
This commit is contained in:
20
docker-compose.yml
Normal file
20
docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
telegram-bot:
|
||||
container_name: telegram-bot
|
||||
networks:
|
||||
- automatization_network
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
container_name: redis
|
||||
volumes:
|
||||
- ./redis-data:/data
|
||||
command:
|
||||
- redis-server --requirepass nikitos1
|
||||
networks:
|
||||
- automatization_network
|
||||
|
||||
networks:
|
||||
automatization_network:
|
||||
Reference in New Issue
Block a user