Skip to content

Instantly share code, notes, and snippets.

@dky
Created August 18, 2021 20:18
Show Gist options
  • Save dky/cebe15a9d1cf6d8896345362c947ceb6 to your computer and use it in GitHub Desktop.
Save dky/cebe15a9d1cf6d8896345362c947ceb6 to your computer and use it in GitHub Desktop.
nomad-compose
version: '3.7'
services:
nomad:
container_name: nomad
restart: always
image: dkyio/nomad:1.1.3
command: agent
privileged: true
network_mode: host
environment:
- NOMAD_DISABLE_PERM_MGMT=true
volumes:
- $PWD/data:/nomad/data
- /var/run/docker.sock:/var/run/docker.sock:rw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment