Compare commits
3 Commits
ela
...
39bbd9e925
| Author | SHA1 | Date | |
|---|---|---|---|
| 39bbd9e925 | |||
| 72c09a2ff2 | |||
| aec2bf66fd |
@@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2026-05-09
|
|
||||||
summary: A second placeholder — layout smoke test.
|
|
||||||
tags:
|
|
||||||
- intro
|
|
||||||
draft: false
|
|
||||||
---
|
|
||||||
# Second placeholder
|
|
||||||
|
|
||||||
A second placeholder so the salon-hang layout has room to breathe with more than one plate. Remove or replace from `/admin`.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
> "The painter constructs, the photographer discloses." — Susan Sontag
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2026-05-09
|
|
||||||
summary: Opening note for the gallery — what's on the walls, why these pieces.
|
|
||||||
tags:
|
|
||||||
- intro
|
|
||||||
draft: false
|
|
||||||
---
|
|
||||||
# Welcome to the gallery
|
|
||||||
|
|
||||||
This room collects work made on paper, canvas, and elsewhere — finished pieces alongside the studies that didn't make it.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
Replace this entry with your first real work, or remove it from the catalogue via the admin dashboard.
|
|
||||||
+8
-8
@@ -1,8 +1,8 @@
|
|||||||
name: elas-atelier
|
name: narlblog
|
||||||
|
|
||||||
services:
|
services:
|
||||||
backend:
|
backend:
|
||||||
container_name: elas-atelier-backend
|
container_name: narlblog-backend
|
||||||
build:
|
build:
|
||||||
context: ./backend
|
context: ./backend
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
@@ -20,7 +20,7 @@ services:
|
|||||||
- RUST_LOG=${RUST_LOG:-info}
|
- RUST_LOG=${RUST_LOG:-info}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- atelier_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
|
||||||
@@ -34,12 +34,12 @@ services:
|
|||||||
max-file: "3"
|
max-file: "3"
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
container_name: elas-atelier-frontend
|
container_name: narlblog-frontend
|
||||||
build:
|
build:
|
||||||
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:
|
||||||
- atelier_net
|
- internal_net
|
||||||
logging:
|
logging:
|
||||||
driver: json-file
|
driver: json-file
|
||||||
options:
|
options:
|
||||||
@@ -56,6 +56,6 @@ services:
|
|||||||
max-file: "3"
|
max-file: "3"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
atelier_net:
|
internal_net:
|
||||||
name: elas-atelier-net
|
name: narlblog-net
|
||||||
driver: bridge
|
driver: bridge
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 655 B After Width: | Height: | Size: 17 KiB |
Reference in New Issue
Block a user