feat(build): add networking and restart always for bot

This commit is contained in:
smyalygames 2023-02-27 21:42:42 +00:00
parent e1fd0eed83
commit 00cd92ac82

View File

@ -31,6 +31,7 @@ services:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: arabot container_name: arabot
restart: always
depends_on: depends_on:
- postgres - postgres
- redis - redis