Добавил докер образ

This commit is contained in:
Ilia Miheev
2026-08-01 22:48:29 +03:00
parent 7a54ac0c18
commit 3650ffa3cd
7 changed files with 140 additions and 4 deletions
+26
View File
@@ -0,0 +1,26 @@
services:
irandom:
build: .
image: irandom:latest
ports:
- "8080:80"
environment:
VUE_APP_NAME: irandom
VUE_APP_TITLE: irandom
VUE_APP_BRAND_URL: https://git.imiheev.online/admin/irandom
VUE_APP_LOGO_URL: /logo.png
VUE_APP_DEFAULT_LOCALE: ru
VUE_APP_COLOR_PRIMARY: "#c9a66b"
VUE_APP_COLOR_ACCENT: "#e6c566"
VUE_APP_COLOR_BG: "#1a1815"
VUE_APP_COLOR_SURFACE: "#2e2820"
VUE_APP_COLOR_SURFACE_RAISED: "#3a3228"
VUE_APP_COLOR_TEXT: "#ffffff"
VUE_APP_COLOR_TEXT_MUTED: "#c8c0b4"
VUE_APP_COLOR_DANGER: "#ee5c5c"
VUE_APP_COLOR_LINK: "#4a6a8a"
VUE_APP_COLOR_BORDER: "#4a4034"
# Or use a file:
# env_file:
# - .env
restart: unless-stopped