bfile/docker-compose.dev.yml

21 lines
405 B
YAML
Raw Normal View History

2023-09-30 11:26:47 +02:00
version: '3.7'
services:
filed:
build:
context: filed
dockerfile: Dockerfile.dev
networks:
bfile:
volumes:
- './filed:/opt/code'
caddy:
image: caddy:alpine
volumes:
- './conf/caddy:/etc/caddy:ro'
ports:
- 80:80
networks:
bfile:
networks:
bfile: