k5web/docker-compose.yml
sysuid b4f0423775
[Action] Add docker ci workflow to build and push docker image into Github Registry automatically (#23)
* Update Dockerfile

deploy static file into nginx image

* Update docker-compose.yml port mapping

* Update Dockerfile

fix copy static file

* Create docker-ci.yml

* Update docker-ci.yml

* Update docker-compose.yml

pull from Github Registry

* remove redundency tag
2024-06-19 10:04:18 +08:00

12 lines
221 B
YAML

version: "3.5"
services:
k5web:
image: ghcr.io/silenty4ng/k5web:latest
container_name: k5web
network_mode: "bridge"
ports:
- "5173:80"
environment:
- TZ=Asia/Shanghai
restart: always