fix: image registry

This commit is contained in:
ahoemann 2025-04-03 08:12:26 +02:00
parent 1b5dd6e7d5
commit 0ba3df6778

View file

@ -1,10 +1,7 @@
--- ---
services: services:
build: container_name: "adrianux"
context: "." image: "git.adrianux.net/ahoemann/adrianux.net:1.2.0"
dockerfile: "Dockerfile" env_file: .env
container_name: "adrianux" ports:
image: "adrianux:latest" - "127.0.0.1:8080:8080"
env_file: .env
ports:
- "127.0.0.1:8080:8080"