This repository was archived by the owner on Jan 21, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ magneticow:
12
12
go install --tags fts5 " -ldflags=-s -w -X main.compiledOn=` date -u +%Y-%m-%dT%H:%M:%SZ` " ./cmd/magneticow
13
13
14
14
image-magneticod :
15
- docker build -t magneticod -f Dockerfile.magneticod .
15
+ docker build -t boramalper/ magneticod -f Dockerfile.magneticod .
16
16
17
17
image-magneticow :
18
- docker build -t magneticow -f Dockerfile.magneticow .
18
+ docker build -t boramalper/ magneticow -f Dockerfile.magneticow .
19
19
20
20
image : image-magneticod image-magneticow
21
21
Original file line number Diff line number Diff line change @@ -3,16 +3,18 @@ version: "2"
3
3
services :
4
4
magneticod :
5
5
build :
6
- context : .
7
- dockerfile : Dockerfile.magneticod
6
+ image : boramalper/magneticod
7
+ # context: .
8
+ # dockerfile: Dockerfile.magneticod
8
9
volumes :
9
10
- magneticod-data:/root/.local/share/magneticod
10
11
- magneticod-config:/root/.config/magneticod
11
12
12
13
magneticow :
13
14
build :
14
- context : .
15
- dockerfile : Dockerfile.magneticow
15
+ image : boramalper/magneticow
16
+ # context: .
17
+ # dockerfile: Dockerfile.magneticow
16
18
volumes :
17
19
- magneticod-data:/root/.local/share/magneticod
18
20
depends_on :
You can’t perform that action at this time.
0 commit comments