move url to compose
This commit is contained in:
+2
-3
@@ -1,11 +1,10 @@
|
||||
services:
|
||||
garmin-api:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
context: https://git.marlow.quest/ash/Garmin-API.git
|
||||
container_name: garmin-api
|
||||
ports:
|
||||
- "5000:5000"
|
||||
env_file:
|
||||
- .env
|
||||
- .env
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user