Skip to content

Commit eefe7e8

Browse files
committed
Use image from registry in compose.yml
1 parent 63e9f8b commit eefe7e8

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

compose.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
11
services:
22
auth-proxy:
3-
pull_policy: never
43
restart: unless-stopped
5-
image: auth-proxy
6-
build:
7-
context: ./
8-
args:
9-
- BUILD_COMMIT_SHA=localdev
10-
#volumes:
11-
#- "./:/code/"
4+
image: docker pull ghcr.io/hackerspacekrk/auth-proxy:latest
125
ports:
136
- "8456:80"
14-
15-
#command: [
16-
#"uvicorn", "main:app", "--host", "0.0.0.0", "--port", "80", "--reload",
17-
#]
187
environment:
19-
- AUTHENTIK_TOKEN
20-
- API_KEY
8+
- AUTHENTIK_TOKEN_FILE=/var/run/secrets/authentik_token

0 commit comments

Comments
 (0)