Add Docker things

This commit is contained in:
2026-02-28 01:01:11 +01:00
parent 1bf85e2c2d
commit 6c26d4f58e
2 changed files with 59 additions and 0 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
nextjs-alixz:
build:
context: .
dockerfile: Dockerfile
args:
container_name: nextjs-alixz
env_file: .env
restart: unless-stopped
networks:
- interservices
networks:
interservices:
external: true