dockerisation 🐬

This commit is contained in:
ari melody 2023-10-03 20:39:47 +01:00
parent 6ced824e1c
commit 3331925b3d
No known key found for this signature in database
GPG key ID: 12A070A0ACDCA45F
5 changed files with 40 additions and 1 deletions

View 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