diff --git a/Dockerfile b/Dockerfile index 5417efb..e7c9849 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,3 @@ FROM dxflrs/garage:v1.1.0 +COPY garage.toml /etc/garage.toml diff --git a/docker-compose.yaml b/docker-compose.yaml index 856e0b8..2de71dc 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,8 +1,10 @@ services: garage: - image: dxflrs/garage:v1.1.0 container_name: garage restart: unless-stopped + build: + context: . + dockerfile: ./Dockerfile environment: - 'GARAGE_RPC_SECRET=${GARAGE_RPC_SECRET}' volumes: