add dev docker-compose to make local building and running easier

This commit is contained in:
2022-02-26 11:24:51 +01:00
parent 7eabecf6b4
commit 6bd3ef4537

12
docker-compose.dev.yml Normal file
View File

@@ -0,0 +1,12 @@
version: '3'
services:
ics-proxy:
container_name: ics-proxy
build: .
env_file: .env
ports:
- "8080:8080"
volumes:
- database:/app/db
volumes:
database: