mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-08 04:44:29 +00:00
b4f0423775
* 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
11 lines
221 B
YAML
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
|