flowsms/docker-compose.yml
Carlos Rivas 462873c30d
All checks were successful
Build Python App / build (push) Successful in 23s
Update phone number
2024-08-23 22:11:35 -07:00

15 lines
229 B
YAML

services:
flowsms:
container_name: 'flowsms'
build:
context: ./
dockerfile: ./Dockerfile
tags:
- "hub.digitalhippo.tech/flowsms"
networks:
default:
external:
name: nginx-network