feat: update deployment workflow and docker-compose for Gitea integration
Some checks failed
Build & Deploy / build (push) Failing after 21s
Some checks failed
Build & Deploy / build (push) Failing after 21s
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
# Image wordt gebuild door Gitea Actions en gepusht naar de registry.
|
||||
# Vervang dit met jouw Gitea hostname + gebruikersnaam:
|
||||
image: git.geyskens.eu/sam/slaapkampioenv2:latest
|
||||
container_name: slaapkampioen
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
@@ -40,4 +42,4 @@ volumes:
|
||||
|
||||
networks:
|
||||
internal:
|
||||
driver: bridge
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user