|
|
@ -11,6 +11,8 @@ services: |
|
|
|
context: . |
|
|
|
dockerfile: devops/docker/Dockerfile |
|
|
|
target: local |
|
|
|
container_name: notification-provider_app_1 |
|
|
|
hostname: notification-provider_app_1 |
|
|
|
restart: always |
|
|
|
|
|
|
|
environment: |
|
|
@ -26,6 +28,8 @@ services: |
|
|
|
|
|
|
|
nginx: |
|
|
|
image: nginx:1.21-alpine |
|
|
|
container_name: notification-provider_nginx_1 |
|
|
|
hostname: notification-provider_nginx_1 |
|
|
|
restart: always |
|
|
|
|
|
|
|
depends_on: |
|
|
|