PhotoSphereStudio/docker-compose.yml

12 lines
284 B
YAML
Raw Normal View History

2024-07-19 11:03:45 +07:00
version: '3'
services:
photospherestudio:
build: .
container_name: photospherestudio
hostname: photospherestudio
ports:
- '3000:3000'
volumes:
- ./config.json:/home/node/app/config.json
restart: 'on-failure'