Skip to content

Commit 9d750ff

Browse files
committed
chore: 테스트
1 parent b06f48a commit 9d750ff

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

docker-compose.prod.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff 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

4847
volumes:
4948
postgres_data:

0 commit comments

Comments
 (0)