mirror of
https://github.com/13hannes11/ics-proxy.git
synced 2024-09-06 08:01:41 +02:00
13 lines
186 B
YAML
13 lines
186 B
YAML
version: '3'
|
|
services:
|
|
ics-proxy:
|
|
container_name: ics-proxy
|
|
build: .
|
|
env_file: .env
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- database:/app/db
|
|
volumes:
|
|
database:
|