This repository was archived by the owner on Jun 29, 2021. It is now read-only.
File tree 3 files changed +5
-17
lines changed
3 files changed +5
-17
lines changed Original file line number Diff line number Diff line change 1
- http://api.laravel-portugal .test,
2
- api.laravel-portugal .pt
1
+ http://api.laravel.test,
2
+ api.laravel.pt
3
3
4
4
root * /srv
5
5
php_fastcgi app:9000
Original file line number Diff line number Diff line change @@ -5,24 +5,21 @@ services:
5
5
labels :
6
6
- " traefik.enable=true"
7
7
- " traefik.http.routers.laravel-portugal.entrypoints=https"
8
- - " traefik.http.routers.laravel-portugal.rule=Host(`api.laravel-portugal .pt`)"
8
+ - " traefik.http.routers.laravel-portugal.rule=Host(`api.laravel.pt`)"
9
9
- " traefik.http.services.laravel-portugal.loadbalancer.healthcheck.path=/health-check"
10
10
- " traefik.http.services.laravel-portugal.loadbalancer.healthcheck.interval=60s"
11
11
networks :
12
12
- web
13
13
14
14
app :
15
+ image : docker.pkg.github.com/laravel-portugal/infrastructure/php:7.4-fpm-dev
15
16
networks :
16
17
- web
17
18
18
19
db :
19
20
ports :
20
21
- 5432:5432
21
22
22
- redis :
23
- ports :
24
- - 6379:6379
25
-
26
23
networks :
27
24
web :
28
25
external : true
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ services:
15
15
- net
16
16
17
17
app :
18
- image : docker.pkg.github.com/laravel-portugal/infrastructure/php:7.4-fpm-dev
18
+ image : docker.pkg.github.com/laravel-portugal/infrastructure/php:7.4-fpm
19
19
user : " 1000:1000"
20
20
expose :
21
21
- 9000
@@ -40,15 +40,6 @@ services:
40
40
networks :
41
41
- data
42
42
43
- redis :
44
- image : redis:6.0.9
45
- expose :
46
- - 6379
47
- restart : unless-stopped
48
- command : redis-server --appendonly yes
49
- networks :
50
- - data
51
-
52
43
networks :
53
44
net :
54
45
data :
You can’t perform that action at this time.
0 commit comments