Skip to content

Instantly share code, notes, and snippets.

@marcelo-ochoa
Created July 5, 2018 17:17
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 marcelo-ochoa/a929680d2d92b56406996b81b6dafcbf to your computer and use it in GitHub Desktop.
Save marcelo-ochoa/a929680d2d92b56406996b81b6dafcbf to your computer and use it in GitHub Desktop.
version: '3.2'
volumes:
dbdata:
driver: local
driver_opts:
type: nfs
o: addr=10.1.253.110,rw,intr,hard,timeo=600,wsize=32768,rsize=32768,vers=4,tcp
device: ":/dbdata/test"
services:
test:
image: oracle/orion:12.2.0.1
command: /usr/lib/oracle/12.2/client64/bin/orion -run simple -testname firsttest -hugenotneeded
volumes:
- dbdata:/home
deploy:
mode: replicated
replicas: 0
placement:
constraints:
- node.labels.interconnect == si
restart_policy:
condition: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment