Files
digifi-www/docker-compose.yml
CHIEFSOFT\ameye 3afd109a7a first commit
2024-03-03 15:44:45 -05:00

18 lines
296 B
YAML

version: '3'
services:
digifi-www:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
volumes:
- ./:/app
- '/app/node_modules'
ports:
- 6030:5173
expose:
- "5173"
environment:
- PORT=${DIGIFI_PORT}
volumes:
src: