docker-compose.yml

This commit is contained in:
4rkal 2024-09-12 21:44:31 +03:00
parent 77e78d0373
commit c1fc3dd16e

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
version: '3.8'
services:
shortr-app:
build:
context: .
dockerfile: Dockerfile
ports:
- "8080:8080"
restart: unless-stopped