File tree 2 files changed +0
-19
lines changed
2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ services:
12
12
depends_on :
13
13
postgres :
14
14
condition : service_healthy
15
- links :
16
- - postgres
17
15
18
16
frontend-dev :
19
17
build :
@@ -23,17 +21,12 @@ services:
23
21
depends_on :
24
22
api :
25
23
condition : service_healthy
26
- links :
27
- - api
28
24
29
25
nginx :
30
26
image : docker.io/nginx:stable-alpine
31
27
depends_on :
32
28
api :
33
29
condition : service_healthy
34
- links :
35
- - api
36
- - frontend-dev
37
30
volumes :
38
31
- " ./docker/nginx-dynamic:/etc/nginx/conf.d/default.conf"
39
32
ports :
@@ -55,9 +48,6 @@ services:
55
48
depends_on :
56
49
api :
57
50
condition : service_healthy
58
- links :
59
- - postgres
60
- - " mailhog:mail"
61
51
62
52
cron :
63
53
build :
@@ -72,9 +62,6 @@ services:
72
62
ABRECHNUNG_EMAIL__HOST : mail
73
63
ABRECHNUNG_EMAIL__PORT : 1025
74
64
ABRECHNUNG_EMAIL__MODE : smtp
75
- links :
76
- - postgres
77
- - " mailhog:mail"
78
65
79
66
postgres :
80
67
image : docker.io/postgres:14-alpine
Original file line number Diff line number Diff line change @@ -10,21 +10,15 @@ services:
10
10
depends_on :
11
11
api :
12
12
condition : service_healthy
13
- links :
14
- - api
15
13
16
14
mailer :
17
15
extends :
18
16
file : docker-compose.base.yaml
19
17
service : mailer
20
18
image : quay.io/abrechnung/api:latest-release
21
- links :
22
- - api
23
19
24
20
cron :
25
21
extends :
26
22
file : docker-compose.base.yaml
27
23
service : cron
28
24
image : quay.io/abrechnung/api:latest-release
29
- links :
30
- - api
You can’t perform that action at this time.
0 commit comments