build: update configuration files
This commit is contained in:
parent
9efd8d706f
commit
c83966f711
|
@ -73,5 +73,3 @@ volumes:
|
||||||
networks:
|
networks:
|
||||||
web:
|
web:
|
||||||
name: traefik_proxy
|
name: traefik_proxy
|
||||||
|
|
||||||
# vim: ft=yaml
|
|
||||||
|
|
2
justfile
2
justfile
|
@ -25,5 +25,3 @@ _exec +args:
|
||||||
|
|
||||||
_run service command *args:
|
_run service command *args:
|
||||||
docker compose run --rm --no-deps --entrypoint {{ command }} --tty {{ service }} {{ args }}
|
docker compose run --rm --no-deps --entrypoint {{ command }} --tty {{ service }} {{ args }}
|
||||||
|
|
||||||
# vim: ft=just
|
|
||||||
|
|
Loading…
Reference in a new issue