Complete Dockerfile instruction reference list

This commit is contained in:
yeasy
2026-04-27 23:17:39 +00:00
parent a73fd2a1b9
commit 35786e9a49
16 changed files with 86 additions and 102 deletions
@@ -5,11 +5,6 @@ services:
image: postgres
environment:
POSTGRES_PASSWORD: 'postgres'
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 5s
timeout: 5s
retries: 5
web:
build: .
@@ -18,6 +13,3 @@ services:
- .:/code
ports:
- "8000:8000"
depends_on:
db:
condition: service_healthy