Skip to content

Commit 50677b7

Browse files
committed
chore(deploy): vps-monitor
1 parent 8f9da12 commit 50677b7

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

deployment/docker-compose.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
services:
22
sbv-front:
33
image: sbv-front:latest
4+
container_name: sbv-front
45
build:
56
context: ../saintBarthVolleyApp/frontend
67
dockerfile: Dockerfile
@@ -13,11 +14,10 @@ services:
1314
- "127.0.0.1:3001:3000"
1415
depends_on:
1516
- sbv-api
16-
networks:
17-
- sbv-net
1817

1918
sbv-api:
2019
image: sbv-api:latest
20+
container_name: sbv-api
2121
build:
2222
context: ../saintBarthVolleyApp/backend
2323
dockerfile: Dockerfile
@@ -26,8 +26,3 @@ services:
2626
environment:
2727
NODE_ENV: production
2828
PORT: "5000"
29-
networks:
30-
- sbv-net
31-
32-
networks:
33-
sbv-net:

0 commit comments

Comments
 (0)