This repository has been archived on 2024-10-02. You can view files and clone it, but cannot push or open issues or pull requests.
2021-11-22 09:46:19 +00:00
|
|
|
version: '3.7'
|
|
|
|
services:
|
|
|
|
main:
|
|
|
|
image: registry.verdnatura.es/smart-tag:${BRANCH_NAME:?}
|
|
|
|
build:
|
|
|
|
context: .
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
ports:
|
|
|
|
- 7777
|
|
|
|
configs:
|
|
|
|
- source: config
|
|
|
|
target: /app/config.js
|
|
|
|
deploy:
|
2021-12-15 10:39:14 +00:00
|
|
|
replicas: ${API_REPLICAS:?}
|
2021-11-22 09:46:19 +00:00
|
|
|
placement:
|
|
|
|
constraints:
|
|
|
|
- node.role == worker
|
|
|
|
configs:
|
|
|
|
config:
|
|
|
|
external: true
|
|
|
|
name: smart-tag_config
|