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