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