mirror of
https://github.com/13hannes11/ics-proxy.git
synced 2024-09-06 08:01:41 +02:00
add dev docker-compose to make local building and running easier
This commit is contained in:
12
docker-compose.dev.yml
Normal file
12
docker-compose.dev.yml
Normal 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:
|
||||||
Reference in New Issue
Block a user