notification-service/compose.yml

19 lines
301 B
YAML

name: teacinema
services:
notifications-service:
container_name: teacinema-notifications-service
build:
context: .
dockerfile: Dockerfile
restart: always
env_file:
- .env.production.local
networks:
- teacinema
networks:
teacinema:
external: true