File tree 1 file changed +3
-12
lines changed
1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ services:
22
22
retries : 5
23
23
24
24
rust-app :
25
- image : ${IMAGE_NAME }
25
+ image : ${BACKEND_IMAGE_NAME }
26
26
platform : ${PLATFORM}
27
27
container_name : ${CONTAINER_NAME}
28
28
environment :
@@ -49,17 +49,8 @@ services:
49
49
- backend_network
50
50
51
51
nextjs-app :
52
- build :
53
- context : ${FRONTEND_CONTEXT}
54
- dockerfile : Dockerfile
55
- target : runner
56
- args :
57
- NEXT_PUBLIC_BACKEND_SERVICE_PROTOCOL : ${BACKEND_SERVICE_PROTOCOL}
58
- NEXT_PUBLIC_BACKEND_SERVICE_PORT : ${BACKEND_PORT}
59
- NEXT_PUBLIC_BACKEND_SERVICE_HOST : ${BACKEND_SERVICE_HOST}
60
- NEXT_PUBLIC_BACKEND_API_VERSION : ${BACKEND_API_VERSION}
61
- FRONTEND_SERVICE_PORT : ${FRONTEND_SERVICE_PORT}
62
- FRONTEND_SERVICE_INTERFACE : ${FRONTEND_SERVICE_INTERFACE}
52
+ image : ${FRONTEND_IMAGE_NAME}
53
+ container_name : ${FRONTEND_CONTAINER_NAME}
63
54
environment :
64
55
NEXT_PUBLIC_BACKEND_SERVICE_PROTOCOL : ${BACKEND_SERVICE_PROTOCOL}
65
56
NEXT_PUBLIC_BACKEND_SERVICE_PORT : ${BACKEND_PORT}
You can’t perform that action at this time.
0 commit comments