Created
May 13, 2017 08:45
-
-
Save varavut/bb516ca395d85261cb2fe0c8f080c647 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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