Skip to content

Commit 4c8a97f

Browse files
committed
sync
1 parent 2208d5d commit 4c8a97f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docker-compose.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ services:
88
- 3000:80
99
networks:
1010
- back
11-
client:
11+
alpha:
12+
image: ghcr.io/gromov-io/vue-docker-nginx:latest
13+
ports:
14+
- 3001:80
15+
networks:
16+
- back
17+
prod:
1218
image: ghcr.io/gromov-io/vue-docker-nginx:latest
1319
ports:
1420
- 3001:80

0 commit comments

Comments
 (0)