Skip to content

Instantly share code, notes, and snippets.

@alastair
Last active October 14, 2020 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alastair/4a436ad7cd41e16e127a332eae519863 to your computer and use it in GitHub Desktop.
Save alastair/4a436ad7cd41e16e127a332eae519863 to your computer and use it in GitHub Desktop.
services:
brainzutils:
build:
context: .
dockerfile: ./test/Dockerfile.py3
depends_on:
- redis
volumes:
- ./:/code
networks:
- default
redis:
image: redis:3.2.1
networks:
default:
external:
name: critiquebrainz_default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment