Skip to content

Instantly share code, notes, and snippets.

@andersonkxiass
Created February 17, 2018 14:37
Show Gist options
  • Save andersonkxiass/ba77626bbc018efd48e5518db601aded to your computer and use it in GitHub Desktop.
Save andersonkxiass/ba77626bbc018efd48e5518db601aded to your computer and use it in GitHub Desktop.
version: '3.2'
services:
uniqush:
container_name: uniqush-server
image: uniqush-server
build:
context: ./
environment:
# this is the default, but let's be explicit here
UNIQUSH_DATABASE_HOST: "redis"
ports:
- 9898:9898
depends_on:
- redis
redis:
container_name: redis
image: redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment