mirror of
https://github.com/cupcakearmy/docker-radicale.git
synced 2024-12-21 23:46:24 +00:00
11 lines
146 B
YAML
11 lines
146 B
YAML
# Only for development, see README.md for production
|
|
|
|
version: '3.8'
|
|
|
|
services:
|
|
app:
|
|
build: .
|
|
env_file: .env
|
|
ports:
|
|
- 80:5232
|