tangled
alpha
login
or
join now
baileytownsend.dev
/
pds-moover
125
fork
atom
Client side atproto account migrator in your web browser, along with services for backups and adversarial migrations.
pdsmoover.com
pds
atproto
migrations
moo
cow
125
fork
atom
overview
issues
2
pulls
1
pipelines
forgot to up the versions
baileytownsend.dev
3 weeks ago
cd0d0075
89e74aa6
+5
-3
1 changed file
expand all
collapse all
unified
split
justfile
+5
-3
justfile
···
3
3
docker buildx build \
4
4
--platform linux/arm64,linux/amd64 \
5
5
--tag fatfingers23/moover_web:latest \
6
6
-
--tag fatfingers23/moover_web:0.0.2 \
6
6
+
--tag fatfingers23/moover_web:0.0.3 \
7
7
--file Dockerfiles/web.Dockerfile \
8
8
+
--builder desktop-linux \
8
9
--push .
9
10
# Worker
10
11
docker buildx build \
11
12
--platform linux/arm64,linux/amd64 \
12
13
--tag fatfingers23/moover_worker:latest \
14
14
+
--tag fatfingers23/moover_worker:0.0.4 \
13
15
--file Dockerfiles/worker.Dockerfile \
14
16
--builder desktop-linux \
15
17
--push .
···
17
19
docker buildx build \
18
20
--platform linux/arm64,linux/amd64 \
19
21
--tag fatfingers23/moover_cron_worker:latest \
20
20
-
--tag fatfingers23/moover_cron_worker:0.0.2 \
22
22
+
--tag fatfingers23/moover_cron_worker:0.0.3 \
21
23
--file Dockerfiles/cron-worker.Dockerfile \
22
24
--push .
23
25
···
25
27
docker buildx build \
26
28
--platform linux/arm64,linux/amd64 \
27
29
--tag fatfingers23/moover_ui:latest \
28
28
-
--tag fatfingers23/moover_ui:0.0.5 \
30
30
+
--tag fatfingers23/moover_ui:0.0.6 \
29
31
--file Dockerfiles/web-ui.Dockerfile \
30
32
--builder desktop-linux \
31
33
--push .