mirror of
https://github.com/AndersPier/v0-v0app.git
synced 2025-10-27 10:06:52 +00:00
Update docker-compose.yml
This commit is contained in:
@@ -4,8 +4,8 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: markdown-editor-app
|
||||
ports:
|
||||
- "3000:3000"
|
||||
#ports:
|
||||
# - "3000:3000"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- NEXT_TELEMETRY_DISABLED=1
|
||||
@@ -25,10 +25,10 @@ services:
|
||||
container_name: markdown-editor-nginx
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
#- "443:443"
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
- ./ssl:/etc/nginx/ssl:ro
|
||||
#- ./ssl:/etc/nginx/ssl:ro
|
||||
depends_on:
|
||||
- markdown-editor
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user