1 parent 8f9da12 commit 50677b7Copy full SHA for 50677b7
1 file changed
deployment/docker-compose.yml
@@ -1,6 +1,7 @@
1
services:
2
sbv-front:
3
image: sbv-front:latest
4
+ container_name: sbv-front
5
build:
6
context: ../saintBarthVolleyApp/frontend
7
dockerfile: Dockerfile
@@ -13,11 +14,10 @@ services:
13
14
- "127.0.0.1:3001:3000"
15
depends_on:
16
- sbv-api
- networks:
17
- - sbv-net
18
19
sbv-api:
20
image: sbv-api:latest
+ container_name: sbv-api
21
22
context: ../saintBarthVolleyApp/backend
23
@@ -26,8 +26,3 @@ services:
26
environment:
27
NODE_ENV: production
28
PORT: "5000"
29
30
31
-
32
-networks:
33
- sbv-net:
0 commit comments