Skip to content

Commit ac136c6

Browse files
committed
Fix wrong merge
There was a duplicated of "user" in compose.yml.
1 parent 3114a9e commit ac136c6

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

compose.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -55,31 +55,11 @@ services:
5555
JWT_SECRET: ${JWT_SECRET}
5656
restart: always
5757

58-
user:
59-
container_name: user
60-
image: user
61-
build:
62-
context: services/user
63-
dockerfile: Dockerfile
64-
ports:
65-
- 3001:3001
66-
environment:
67-
USER_SERVICE_CLOUD_URI: ${USER_SERVICE_CLOUD_URI}
68-
USER_SERVICE_LOCAL_URI: ${USER_SERVICE_LOCAL_URI}
69-
ENV: ${ENV}
70-
JWT_SECRET: ${JWT_SECRET}
71-
volumes:
72-
- /app/node_modules
73-
- ./services/user:/app
74-
networks:
75-
- user-network
76-
restart: always
77-
7858
volumes:
7959
question-db:
8060

8161
networks:
8262
question-db-network:
8363
driver: bridge
8464
user-network:
85-
driver: bridge
65+
driver: bridge

0 commit comments

Comments
 (0)