[docker-compose] add registry image

This commit is contained in:
doman 2023-08-26 22:28:51 +02:00
parent 9823f01139
commit b1915d5807

View file

@ -3,7 +3,7 @@ version: '3'
services:
app:
restart: unless-stopped
image: app
image: registry.domandoman.xyz/fooder/app
build:
dockerfile: Dockerfile
context: .