Files
chocomae/deploy/stage-git/docker-compose.stage.yml
T
2026-09-09 14:46:39 +09:00

22 lines
399 B
YAML

version: "4"
services:
chocomae-stage:
build: .
image: chocomae-stage:latest
container_name: chocomae-stage
hostname: chocomae-stage
volumes:
- ./chocomae:/var/www/html/mouse_typing
environment:
- TZ=Asia/Seoul
ports:
- "0.0.0.0:30010:80"
networks:
- proxy-network
restart: unless-stopped
networks:
proxy-network:
external: true