Add action deployment
This commit is contained in:
parent
530bb653dd
commit
71286ca112
5 changed files with 55 additions and 7 deletions
9
cms/docker-compose.yaml
Normal file
9
cms/docker-compose.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue