mirror of
https://github.com/fmhy/edit.git
synced 2025-07-30 07:42:18 +10:00
feat: docker deployments
This commit is contained in:
parent
b58ec2778f
commit
4e83c31e9f
4 changed files with 61 additions and 1 deletions
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:
|
Loading…
Add table
Add a link
Reference in a new issue