Skip to content
Snippets Groups Projects
Commit 706e8b62 authored by Jonas Leder's avatar Jonas Leder
Browse files

added release docker-compose

parent 7df2c960
Branches
Tags
No related merge requests found
version: '2.1'
services:
url_shorter:
build: .
volumes:
- url_shorter_db:/app/db #Used to store the database
ports:
- "5000:5000"
environment:
- domains=192.168.233.136:5000;google.de #List of domains (with port if not 80/443) seperated with ";"
- show_build_date=0 #Normaly disable this
volumes:
url_shorter_db:
\ No newline at end of file
version: '2.1'
services:
url_shorter:
build: .
image: docker.jonasled.de/url_shorter/url_shorter:latest
volumes:
- url_shorter_db:/app/db #Used to store the database
ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment