Files
digifi-www/docker-compose.yml
2024-04-23 15:41:54 +01:00

20 lines
331 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}
tty: true
stdin_open: true
volumes:
src: