Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
New: Add docker-compose sample file
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroamador committed Feb 24, 2020
1 parent 59796d4 commit a4cae96
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docker-compose.yml.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: '3.7'

services:
nexus:
image: teecke/gp-haproxy:0.1.0
build: haproxy
ports:
- 10080:80
- 10443:443
volumes:
- ./data/usr/local/etc/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:ro
- ./data/etc/letsencrypt:/etc/letsencrypt

networks:
default:
external:
name: platform_services

0 comments on commit a4cae96

Please sign in to comment.