Deploy Roncarve official website with Docker

This commit is contained in:
2026-08-14 12:41:45 +08:00
parent 553036b3ac
commit af296d674f
11 changed files with 176 additions and 44 deletions
+14
View File
@@ -0,0 +1,14 @@
services:
roncarve-web:
build: .
container_name: roncarve-web
restart: unless-stopped
expose:
- "80"
networks:
- gateway
networks:
gateway:
external: true
name: gateway_gateway