Skip to content

Commit 1ccdbe1

Browse files
committed
Add missing docker-compose.prod.yml file
1 parent 11e896d commit 1ccdbe1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docker-compose.prod.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: "3.4"
2+
services:
3+
nginx_frontend:
4+
build:
5+
context: ./paralink-ui
6+
dockerfile: Dockerfile.production
7+
depends_on:
8+
- paralink_node
9+
networks:
10+
- frontend
11+
ports:
12+
- 7425:80

0 commit comments

Comments
 (0)