Stage 서버 deploy 파일 추가

This commit is contained in:
2026-07-06 22:16:28 +09:00
parent 1ea9e64667
commit e17b1f0f1f
4 changed files with 62 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
version: '3'
services:
stage-chocomae:
build: .
container_name: stage-chocomae
hostname: stage-chocomae
volumes:
- ./chocomae:/var/www/html/mouse_typing
environment:
- TZ=Asia/Seoul
networks:
- proxy-network
restart: unless-stopped
networks:
proxy-network:
external: true