mirror of
https://github.com/Kizuren/kizuren.dev.git
synced 2025-12-21 21:16:12 +01:00
Added docker support
This commit is contained in:
parent
b4437b7d62
commit
94da955185
8 changed files with 148 additions and 28 deletions
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
services:
|
||||
nuxt-app:
|
||||
image: ghcr.io/marcus7i/marcus7i.net
|
||||
container_name: marcus7i
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "9031:3000"
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- ./logs:/app/logs
|
||||
Loading…
Add table
Add a link
Reference in a new issue