- listings/visitcounter/quadlets/ mit 5 Unit-Dateien hinzugefügt (app, db, proxy .container + .network + .volume) - wird in Exercise 18 verwendet Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
288 B
Text
13 lines
288 B
Text
[Container]
|
|
Image=postgres:16-alpine
|
|
Environment=POSTGRES_DB=visitcount
|
|
Environment=POSTGRES_USER=app
|
|
Environment=POSTGRES_PASSWORD=secret
|
|
Volume=visitcounter-db.volume:/var/lib/postgresql/data
|
|
Network=visitcounter-app.network
|
|
|
|
[Service]
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|