This repository has been archived on 2019-10-13. You can view files and clone it, but cannot push or open issues or pull requests.
basta-server/docker-compose.yml
2017-12-14 11:38:13 +01:00

14 lines
196 B
YAML

version: "2"
services:
basta_server_web:
image: docker.wiai.de/basta/server:0.1
build: .
ports:
- "8080:80"
volumes:
- ./data:/data
# basta_server_db:
# image: postgres:alpine