1
0
Fork 0
mirror of https://github.com/silenty4ng/k5web synced 2025-04-04 15:15:02 +00:00
k5web/docker-compose.yml
sysuid b4f0423775
[Action] Add docker ci workflow to build and push docker image into Github Registry automatically ()
* 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

11 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