Skip to content

Instantly share code, notes, and snippets.

@varavut
Created May 13, 2017 08:45
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 varavut/bb516ca395d85261cb2fe0c8f080c647 to your computer and use it in GitHub Desktop.
Save varavut/bb516ca395d85261cb2fe0c8f080c647 to your computer and use it in GitHub Desktop.
version: "2"
services:
caddy:
image: abiosoft/caddy:latest
container_name: caddy
ports:
- "80:80"
- "443:443"
volumes:
- "/var/www/caddy/Caddyfile:/etc/Caddyfile"
- "/var/www/caddy/.caddy:/root/.caddy"
networks:
- "ff"
furyform.com:
image: furyform:latest
build: ../furyform.com
container_name: furyform.com
networks:
- "ff"
environment:
- "NODE_ENV=production"
networks:
"ff":
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment