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: networks:
- name: api - name: api
- name: "{{ docker_network_name }}" - name: "{{ docker_network_name }}"
build:
git:
repo: git@git.alexav.gg:alex/api.git
dest: "{{ data_dir }}/api/app"
image: image:
name: api name: git.alexav.gg/alex/api
tag: latest tag: latest
env: env:
NODE_ENV: "production" NODE_ENV: "production"