changed ports
This commit is contained in:
+4
-4
@@ -1,4 +1,4 @@
|
||||
name: elas-atelier
|
||||
name: narlblog
|
||||
|
||||
services:
|
||||
backend:
|
||||
@@ -20,7 +20,7 @@ services:
|
||||
- RUST_LOG=${RUST_LOG:-info}
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- narlblog-net
|
||||
- internal_net
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-fsS", "http://localhost:3000/healthz"]
|
||||
interval: 15s
|
||||
@@ -39,7 +39,7 @@ services:
|
||||
context: ./frontend
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "4322:4321"
|
||||
- "4321"
|
||||
environment:
|
||||
- PUBLIC_API_URL=${PUBLIC_API_URL:-}
|
||||
- SITE_MODE=${SITE_MODE:-atelier}
|
||||
@@ -48,7 +48,7 @@ services:
|
||||
condition: service_healthy
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- narlblog-net
|
||||
- internal_net
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
|
||||
Reference in New Issue
Block a user