Celtech/shout-it

View on GitHub
docker/docker-compose.yml

Summary

Maintainability
Test Coverage
version: "3.9"
services:
api:
image: shoutitbot/api:latest
networks:
- shoutit-internal
- shoutit-external
 
app:
image: shoutitbot/app:latest
networks:
- shoutit-internal
- shoutit-external