Skip to content

Instantly share code, notes, and snippets.

@bkatiemills
Last active March 14, 2019 19:49
Show Gist options
  • Save bkatiemills/dbdf9f2a83b5332e76d12122859df642 to your computer and use it in GitHub Desktop.
Save bkatiemills/dbdf9f2a83b5332e76d12122859df642 to your computer and use it in GitHub Desktop.
bulletin board stack file solution part 2
version: '3.7'
services:
bb-app:
image: ${dockerId}/bb-app:v2
networks:
- bb-net
bb-db:
image: ${dockerId}/bb-db:v2
networks:
- bb-net
bb-proxy:
image: ${dockerId}/bb-proxy:v2
ports:
- "80:80"
networks:
- bb-net
networks:
bb-net:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment