Archived
Private
Public Access
1
0

Update README.md

This commit is contained in:
leonhoppe
2024-03-13 22:17:35 +01:00
committed by GitHub
parent 997d416a78
commit 42d23afc28

View File

@@ -18,7 +18,7 @@ The default configuration looks like this:
version: '3.0' version: '3.0'
services: services:
frontend: frontend:
image: git.leon-hoppe.de/leon.hoppe/projectmanager_frontend:latest image: ghcr.io/leonhoppe/projectmanager/frontend:latest
restart: unless-stopped restart: unless-stopped
environment: environment:
- BACKEND=https://api.example.com - BACKEND=https://api.example.com
@@ -26,7 +26,7 @@ services:
- '4220:4000' - '4220:4000'
backend: backend:
image: git.leon-hoppe.de/leon.hoppe/projectmanager_backend:latest image: ghcr.io/leonhoppe/projectmanager/backend:latest
restart: unless-stopped restart: unless-stopped
environment: environment:
- FRONTEND=https://example.com - FRONTEND=https://example.com