We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3114a9e commit ac136c6Copy full SHA for ac136c6
compose.yml
@@ -55,31 +55,11 @@ services:
55
JWT_SECRET: ${JWT_SECRET}
56
restart: always
57
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
-
78
volumes:
79
question-db:
80
81
networks:
82
question-db-network:
83
driver: bridge
84
user-network:
85
- driver: bridge
+ driver: bridge
0 commit comments