Skip to content

Commit a9bd503

Browse files
author
Alcides Ramos
committed
build(Dockerfile): standarize the way images are built
1 parent 8a47c10 commit a9bd503

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docker-compose.override.prod.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
services:
2-
app1:
2+
custom-caddy:
33
extends:
44
file: docker-compose.yml
5-
service: app1
5+
service: custom-caddy
66
build:
77
context: .
88
dockerfile: Dockerfile
99
target: build-production
1010
image: dockerized-php-caddy:prod
11-
environment:
12-
- PHP_FPM_GATEWAYS=app1:9000

0 commit comments

Comments
 (0)