authorizer/docker-compose.yaml

9 lines
108 B
YAML
Raw Normal View History

2021-08-11 06:06:21 +00:00
version: '3.9'
services:
2021-08-11 06:06:21 +00:00
authorizer:
build: .
ports:
- 8080:8080
env_file:
- .env