feat(docker-compose): introduce common services and update web service configuration
This commit is contained in:
5
compose-extends/common-services.yml
Normal file
5
compose-extends/common-services.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
services:
|
||||
base-app:
|
||||
image: nginx:latest # Imagen base
|
||||
ports:
|
||||
- "80" # Puerto expuesto
|
||||
Reference in New Issue
Block a user