mirror of
https://github.com/AderKonstantin/aderktech-chronark.com-.git
synced 2025-06-08 05:38:41 +03:00
Update .dockerignore, README.md, bimkaspace.mdx, and 1 more file
This commit is contained in:
parent
65db212838
commit
899e406870
7
.dockerignore
Normal file
7
.dockerignore
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
node_modules
|
||||||
|
.git
|
||||||
|
.next
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
Dockerfile
|
||||||
|
.dockerignore
|
@ -43,5 +43,5 @@ docker network create backend
|
|||||||
|
|
||||||
And then start the stack:
|
And then start the stack:
|
||||||
```bash
|
```bash
|
||||||
docker-compose --env-file .env up -d --build
|
docker compose up -d --build
|
||||||
```
|
```
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Bimka Space
|
title: Bimka Space
|
||||||
description: Блог и wiki про российский космос.
|
description: Блог и wiki про российский космос.
|
||||||
date: "2022-07-18"
|
date: "2025-05-19"
|
||||||
url: https://bimka.space
|
url: https://bimka.space
|
||||||
published: true
|
published: true
|
||||||
|
|
||||||
|
@ -4,9 +4,15 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: main-aderk-next
|
container_name: main-aderk-next
|
||||||
# labels:
|
labels:
|
||||||
# - "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
# - "traefik.http.routers.next.rule=Host(`aderk.tech`)"
|
- "traefik.http.routers.next.rule=Host(`aderk.tech`)"
|
||||||
# - "traefik.http.routers.next.entrypoints=https"
|
- "traefik.http.routers.next.entrypoints=https"
|
||||||
# - "traefik.http.routers.next.tls=true"
|
- "traefik.http.routers.next.tls=true"
|
||||||
# - "traefik.http.services.next.loadbalancer.server.port=3000"
|
- "traefik.http.services.next.loadbalancer.server.port=3000"
|
||||||
|
networks:
|
||||||
|
- proxy
|
||||||
|
|
||||||
|
networks:
|
||||||
|
proxy:
|
||||||
|
external: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user