Add action deployment

This commit is contained in:
schooltechx 2023-03-15 15:34:55 +07:00
parent 530bb653dd
commit 71286ca112
5 changed files with 55 additions and 7 deletions

9
cms/docker-compose.yaml Normal file
View file

@ -0,0 +1,9 @@
version: "3.4"
services:
hi:
image: docker.frappet.com/demo/qualifying-exam-cms:latest
restart: unless-stopped
ports:
- "4010:80"
environment:
TZ: Asia/Bangkok