PhotoSphereStudio/docker-compose.yml

12 lines
284 B
YAML
Raw Permalink Normal View History

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