new base images
This commit is contained in:
parent
995eea820e
commit
1964098136
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue