스테이지용 변수 수정: stage-chocoadmin -> chocoadmin-stage
This commit is contained in:
@@ -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 ==="
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user