Erstes Commit
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
image: umrechner:v1.0.0
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POCKETBASE_URL={$POCKETBASE_URL}
|
||||
networks:
|
||||
- frontend
|
||||
|
||||
networks:
|
||||
frontend:
|
||||
name: frontend
|
||||
external: true
|
||||
Reference in New Issue
Block a user