mirror of
https://github.com/Kizuren/kizuren.dev.git
synced 2025-12-21 21:16:12 +01:00
11 lines
No EOL
215 B
YAML
11 lines
No EOL
215 B
YAML
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 |