Update README.md
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user