mirror of
https://github.com/EvolutionAPI/evolution-audio-converter.git
synced 2025-07-13 07:04:51 -06:00
dockerfile
This commit is contained in:
parent
a19ef26236
commit
c6c820ac04
19
docker-compose.yaml
Normal file
19
docker-compose.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
services:
|
||||
api:
|
||||
container_name: evolution_audio_converter
|
||||
image: atendai/evolution-audio-converter:latest
|
||||
restart: always
|
||||
ports:
|
||||
- 4040:4040
|
||||
networks:
|
||||
- evolution-net
|
||||
environment:
|
||||
- PORT=4040
|
||||
expose:
|
||||
- 4040
|
||||
|
||||
|
||||
networks:
|
||||
evolution-net:
|
||||
name: evolution-net
|
||||
driver: bridge
|
Loading…
Reference in New Issue
Block a user