new base images

This commit is contained in:
Andreas Knuth 2025-12-15 15:35:51 -06:00
parent 995eea820e
commit 1964098136
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
services:
app:
network_mode: "host"
image: node:22-slim
image: node:22-alpine
container_name: mail-s3-admin-dev
working_dir: /app
# Wichtig: Next.js Dev muss nach außen erreichbar sein
@ -29,7 +29,7 @@ services:
stdin_open: true
postgres:
image: postgres:latest
image: postgres:17-alpine
container_name: mail-s3-admin-db
environment:
POSTGRES_USER: postgres