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