use image for api
All checks were successful
Deploy Containers / Prepare (push) Successful in 56s

This commit is contained in:
2026-01-10 18:52:43 -05:00
parent a7451c31ec
commit 6f0db19d1a

View File

@@ -40,12 +40,8 @@
networks:
- name: api
- name: "{{ docker_network_name }}"
build:
git:
repo: git@git.alexav.gg:alex/api.git
dest: "{{ data_dir }}/api/app"
image:
name: api
name: git.alexav.gg/alex/api
tag: latest
env:
NODE_ENV: "production"