We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 641dbfe commit a4ca166Copy full SHA for a4ca166
docker-compose.yaml
@@ -2,7 +2,7 @@ version: "3.9"
2
3
services:
4
server:
5
- image: fastapi-server:${APP_VERSION}
+ image: ${GITHUB_CONTAINER_REPO_SERVER}:${APP_VERSION}
6
container_name: ${PROJECT_NAME}-server
7
hostname: server
8
restart: unless-stopped
0 commit comments