Skip to content

Instantly share code, notes, and snippets.

@alebaffa
Last active February 28, 2018 14:40
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 alebaffa/f3fdf9f5cc22394f8d397f475f693115 to your computer and use it in GitHub Desktop.
Save alebaffa/f3fdf9f5cc22394f8d397f475f693115 to your computer and use it in GitHub Desktop.
version: '3'
services:
rem-api:
container_name: java-api
build: .
links:
- oracledb
- redis
ports:
- "443:443"
- "80:80"
- "5005:5005"
command: ./integrationTest.sh
oracledb:
....
....
....
redis:
....
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment