feat(docker): add container name to arabot

This commit is contained in:
smyalygames 2023-02-14 14:09:44 +00:00
parent 0a161122d7
commit be3dacd344

View File

@ -22,6 +22,7 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: arabot
depends_on: depends_on:
- postgres - postgres
- redis - redis