forked from Nixius/authelia
16 lines
368 B
YAML
16 lines
368 B
YAML
services:
|
|
authelia:
|
|
build:
|
|
context: ./docker/authelia/
|
|
dockerfile: Dockerfile
|
|
image: git.nixc.us/a250/authelia:dev-authelia
|
|
|
|
ss-atlas:
|
|
build:
|
|
context: ./docker/ss-atlas/
|
|
dockerfile: Dockerfile
|
|
args:
|
|
BUILD_COMMIT: ${BUILD_COMMIT:-unknown}
|
|
BUILD_TIME: ${BUILD_TIME:-unknown}
|
|
image: atlas-ss-atlas:latest
|