Rename network services to apps

This commit is contained in:
Tobias Reisinger 2022-09-10 13:30:53 +02:00
parent 3c2153dace
commit de10e8b030
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
12 changed files with 26 additions and 26 deletions

View file

@ -1,9 +1,8 @@
---
version: '3.2'
services:
server:
image: goauthentik.io/server:2022.8.1
image: goauthentik.io/server:2022.8.2
restart: unless-stopped
command: server
volumes:
@ -17,12 +16,12 @@ services:
- redis
networks:
local-net:
services:
apps:
aliases:
- authentik
worker:
image: goauthentik.io/server:2022.8.1
image: goauthentik.io/server:2022.8.2
restart: unless-stopped
command: worker
user: root
@ -64,5 +63,5 @@ volumes:
networks:
local-net:
services:
apps:
external: true