init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
urlshort:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
# Persist the SQLite database outside the container
|
||||
- ./data:/app/data
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user