dockerisation 🐬
This commit is contained in:
parent
6ced824e1c
commit
3331925b3d
5 changed files with 40 additions and 1 deletions
14
docker-compose-example.yml
Normal file
14
docker-compose-example.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
version: "3.9"
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
image: openterminal
|
||||
container_name: openterminal
|
||||
ports:
|
||||
- 443:443
|
||||
volumes:
|
||||
- ./certs/cert.crt:/srv/openterminal/certs/cert.crt
|
||||
- ./certs/cert.key:/srv/openterminal/certs/cert.key
|
||||
environment:
|
||||
PORT: 443
|
||||
restart: unless-stopped
|
Loading…
Add table
Add a link
Reference in a new issue