스테이지용 변수 수정: stage-chocoadmin -> chocoadmin-stage

This commit is contained in:
2026-07-09 11:16:10 +09:00
parent d97d13c219
commit be5b2ad6e6
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
BASE_DIR=/volume1/docker/service/jisangs/stage-chocomae BASE_DIR=/volume1/docker/service/jisangs/chocomae-stage
CHOCOMAE_DIR=$BASE_DIR/chocomae CHOCOMAE_DIR=$BASE_DIR/chocomae
echo "=== [1/3] git pull ===" echo "=== [1/3] git pull ==="
+3 -3
View File
@@ -1,11 +1,11 @@
version: '3' version: '3'
services: services:
stage-chocomae: chocomae-stage:
build: . build: .
image: chocomae-stage:latest image: chocomae-stage:latest
container_name: stage-chocomae container_name: chocomae-stage
hostname: stage-chocomae hostname: chocomae-stage
volumes: volumes:
- ./chocomae:/var/www/html/mouse_typing - ./chocomae:/var/www/html/mouse_typing
environment: environment: