Files
actual-actualbudget/docker-compose.yml
2025-04-06 14:47:49 +01:00

18 lines
410 B
YAML

###################################################
# This creates and stands up the development
# docker container. Depends on the Dockerfile and
# docker-start.sh files.
###################################################
services:
actual-development:
build: .
image: actual-development
environment:
- HTTPS
ports:
- '3001:3001'
volumes:
- '.:/app'
restart: 'no'