initial public commit
This commit is contained in:
commit
6bd9323fed
9 changed files with 645 additions and 0 deletions
20
compose.yml
Normal file
20
compose.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
version: '3.7'
|
||||
|
||||
services:
|
||||
proxy:
|
||||
image: legacy-registry.sexycoders.org/proxy:latest
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
networks:
|
||||
- services
|
||||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
- node.labels.server_id==lnd1
|
||||
|
||||
|
||||
networks:
|
||||
services:
|
||||
name: services
|
||||
external: true
|
Loading…
Add table
Add a link
Reference in a new issue