diff --git a/data/posts/another-post.md b/data/posts/another-post.md deleted file mode 100644 index 7cc40b9..0000000 --- a/data/posts/another-post.md +++ /dev/null @@ -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`. - -![Placeholder plate](/uploads/placeholder.jpg "replace me") - -> "The painter constructs, the photographer discloses." — Susan Sontag diff --git a/data/posts/hello-world.md b/data/posts/hello-world.md deleted file mode 100644 index f6b830e..0000000 --- a/data/posts/hello-world.md +++ /dev/null @@ -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. - -![Placeholder plate](/uploads/placeholder.jpg "replace with a real plate from /admin/assets") - -Replace this entry with your first real work, or remove it from the catalogue via the admin dashboard. diff --git a/docker-compose.yml b/docker-compose.yml index 6f4708b..73792a7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ name: elas-atelier services: backend: - container_name: elas-atelier-backend + container_name: narlblog-backend build: context: ./backend dockerfile: Dockerfile @@ -20,7 +20,7 @@ services: - RUST_LOG=${RUST_LOG:-info} restart: unless-stopped networks: - - atelier_net + - narlblog-net healthcheck: test: ["CMD", "curl", "-fsS", "http://localhost:3000/healthz"] interval: 15s @@ -34,7 +34,7 @@ services: max-file: "3" frontend: - container_name: elas-atelier-frontend + container_name: narlblog-frontend build: context: ./frontend dockerfile: Dockerfile @@ -48,7 +48,7 @@ services: condition: service_healthy restart: unless-stopped networks: - - atelier_net + - narlblog-net logging: driver: json-file options: @@ -56,6 +56,6 @@ services: max-file: "3" networks: - atelier_net: - name: elas-atelier-net + internal_net: + name: narlblog-net driver: bridge diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico index 7f48a94..d83c814 100644 Binary files a/frontend/public/favicon.ico and b/frontend/public/favicon.ico differ