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

Commit a4cae96

Browse files
committed
New: Add docker-compose sample file
1 parent 59796d4 commit a4cae96

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docker-compose.yml.sample

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: '3.7'
2+
3+
services:
4+
nexus:
5+
image: teecke/gp-haproxy:0.1.0
6+
build: haproxy
7+
ports:
8+
- 10080:80
9+
- 10443:443
10+
volumes:
11+
- ./data/usr/local/etc/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:ro
12+
- ./data/etc/letsencrypt:/etc/letsencrypt
13+
14+
networks:
15+
default:
16+
external:
17+
name: platform_services

0 commit comments

Comments
 (0)