- 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>
14 lines
265 B
Text
14 lines
265 B
Text
[Container]
|
|
Image=nginx:1.27-alpine
|
|
PublishPort=8080:80
|
|
Volume=%h/visitcounter/nginx/default.conf:/etc/nginx/conf.d/default.conf:ro
|
|
Network=visitcounter-app.network
|
|
|
|
[Unit]
|
|
After=visitcounter-app.service
|
|
|
|
[Service]
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|