Skip to content

Instantly share code, notes, and snippets.

@elishowk
Last active December 13, 2021 16:06
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 elishowk/1dcd1d36196c0cc1de0de2cab1d0be23 to your computer and use it in GitHub Desktop.
Save elishowk/1dcd1d36196c0cc1de0de2cab1d0be23 to your computer and use it in GitHub Desktop.
TD integration tests docker-compose-override.yml
services:
postgres:
image: circleci/postgres:12-alpine-ram
environment:
POSTGRES_HOST_AUTH_METHOD: trust
POSTGRES_USER: trackdechets
POSTGRES_PASSWORD: password
ports:
- "5432:5432"
shm_size: "512m"
depends_on:
- elasticsearch
- redis
elasticsearch:
ports:
- "9200:9200"
redis:
ports:
- "6379:6379"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment