authelia/client/docker-compose.yml

16 lines
410 B
YAML
Raw Normal View History

2019-01-19 23:30:52 +00:00
version: '2'
services:
authelia-frontend-dev:
build:
context: client
restart: always
volumes:
- ./client/tsconfig.json:/usr/app/client/tsconfig.json
- ./client/public:/usr/app/client/public
- ./client/src:/usr/app/client/src
- ./client/.env.development:/usr/app/client/.env.development
2019-01-19 23:30:52 +00:00
networks:
authelianet:
2019-01-19 23:30:52 +00:00
aliases:
- authelia-frontend