mirror of
https://github.com/fmhy/edit.git
synced 2026-01-11 10:56:16 +00:00
feat: docker deployments
This commit is contained in:
15
docker-compose.yaml
Normal file
15
docker-compose.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
docs:
|
||||
networks: [fmhy]
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: fmhy-docs
|
||||
container_name: docs
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '4173:4173'
|
||||
|
||||
|
||||
networks:
|
||||
fmhy:
|
||||
Reference in New Issue
Block a user