notification-service/compose.yml

20 lines
348 B
YAML

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