Skip to content

Commit

Permalink
switch productive docker compose file to container registry
Browse files Browse the repository at this point in the history
  • Loading branch information
romanett committed Oct 7, 2023
1 parent 8696700 commit af3cd2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ version: '3.4'

services:
minapi:
image: ${DOCKER_REGISTRY-}gdswithrest
build:
context: .
dockerfile: GDSwithREST/Dockerfile
environment:
- ASPNETCORE_ENVIRONMENT=Development
- ASPNETCORE_URLS=https://+:443;http://+:80
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
minapi:
image: ${DOCKER_REGISTRY-}gdswithrest
image: "ghcr.io/romanett/gdswithrest:latest"
build:
context: .
dockerfile: GDSwithREST/Dockerfile
Expand Down

0 comments on commit af3cd2f

Please sign in to comment.