File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -30,20 +30,19 @@ services:
3030 timeout : 3s
3131 retries : 20
3232 networks : [ webnet ]
33-
34- nginx :
35- image : nginx:1.25
36- container_name : triptailor_nginx
37- depends_on :
38- - web
39- ports :
40- - " 80:80"
41- # - "443:443" # SSL 쓰면 열기
42- volumes :
43- - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
44- - static_volume:/app/staticfiles:ro
45- restart : always
46- networks : [ webnet ]
33+ # nginx:
34+ # image: nginx:1.25
35+ # container_name: triptailor_nginx
36+ # depends_on:
37+ # - web
38+ # ports:
39+ # - "80:80"
40+ # # - "443:443" # SSL 쓰면 열기
41+ # volumes:
42+ # - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
43+ # - static_volume:/app/staticfiles:ro
44+ # restart: always
45+ # networks: [ webnet ]
4746
4847volumes :
4948 postgres_data :
You can’t perform that action at this time.
0 commit comments