mirror of
https://github.com/guilhermewerner/image-caption-api
synced 2025-06-15 06:25:00 +00:00
Create docker-compose.yml
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
web:
|
||||
image: reg.tribufu.com/img2txt-web
|
||||
restart: unless-stopped
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- 3333:3333
|
||||
environment:
|
||||
PORT: 3333
|
Reference in New Issue
Block a user