1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/example/compose/authelia/docker-compose.backend.yml
2019-12-05 11:05:24 +01:00

22 lines
523 B
YAML

version: "3"
services:
authelia-backend:
build:
context: example/compose/authelia
dockerfile: Dockerfile.backend
args:
USER_ID: ${USER_ID}
GROUP_ID: ${GROUP_ID}
command: /resources/entrypoint.sh
working_dir: /app
volumes:
- "./example/compose/authelia/resources/:/resources"
- ".:/app"
- "${GOPATH}:/go"
- "/tmp/authelia:/tmp/authelia"
environment:
- ENVIRONMENT=dev
networks:
authelianet:
ipv4_address: 192.168.240.50