main
Dominik Madarász 2023-01-11 19:22:28 +00:00
parent 3fc567861b
commit 0b12528fc2
2 changed files with 17 additions and 0 deletions

View File

@ -1 +1,11 @@
// override vars for theming here
$background: rgb(41, 41, 41);
$light-background: #333333;
$text-color: rgb(238, 238, 238);
$primary-color: #dfd39d;
$secondary-color: #e07127;
$form-background-color: rgb(95, 95, 95);
$form-text-color: rgb(255, 255, 255);
$muted-color: rgb(173, 173, 173); // solarized comment text
$primary-button-text-color: rgb(34, 34, 34);
$code-highlight-background: #1d1d1d;

View File

@ -6,8 +6,15 @@ services:
container_name: microblogpub
user: 1000:1000
restart: always
networks:
- nproxy
volumes:
- ./data:/app/data
- ./app/static:/app/app/static
ports:
- "8000:8000"
networks:
nproxy:
external:
name: nproxy