Skip to content

Instantly share code, notes, and snippets.

@xblaster
Created March 14, 2019 07:20
Show Gist options
  • Select an option

  • Save xblaster/7c63e24130822a28ffa963ac23cf51a5 to your computer and use it in GitHub Desktop.

Select an option

Save xblaster/7c63e24130822a28ffa963ac23cf51a5 to your computer and use it in GitHub Desktop.
version: '2.1'
services:
ui:
image: xblaster/juridic-ai-extraction:9.2
environment:
VIRTUAL_HOST: juridic.lo2k.net
ports:
- "5000:5000"
restart: always
expose:
- "5000"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:5000"]
interval: 30s
timeout: 10s
retries: 3
networks:
default:
external:
name: nginx-proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment