I wanted to be able to make some messaging stand out while running Azure Pipeline Builds. This is ultimately what worked for me.
Some simple examples of how to use the variables listed below.
version: "3.3" | |
services: | |
homepage: | |
image: ghcr.io/benphelps/homepage:latest | |
container_name: homepage | |
ports: | |
- 7200:3000 | |
volumes: | |
- /data/homepage/config:/app/config # Make sure your local config directory exists | |
- /var/run/docker.sock:/var/run/docker.sock:ro # (optional) For docker integrations |