merging repos; build initramfs in packer; cleaning up the mess
This commit is contained in:
parent
df69ddca4b
commit
38ed593a16
25 changed files with 421 additions and 271 deletions
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
version: "3.2"
|
||||
|
||||
services:
|
||||
nginx:
|
||||
image: nginx:alpine
|
||||
ports:
|
||||
- 10.2.2.1:80:80
|
||||
volumes:
|
||||
- ./images:/usr/share/nginx/html
|
||||
|
||||
opentracker:
|
||||
build: opentracker
|
||||
image: opentracker:alpine
|
||||
ports:
|
||||
- 10.2.2.1:6969:6969/udp
|
||||
Loading…
Add table
Add a link
Reference in a new issue