19 lines
352 B
YAML
19 lines
352 B
YAML
|
version: "2"
|
||
|
services:
|
||
|
pica:
|
||
|
image: thebluestbird/pica-standalone:latest
|
||
|
volumes:
|
||
|
- picarun:/run/pica
|
||
|
apache:
|
||
|
build: .
|
||
|
image: thebluestbird/pica-apache:latest
|
||
|
volumes:
|
||
|
- picarun:/run/pica
|
||
|
ports:
|
||
|
- 8080:80
|
||
|
links:
|
||
|
- pica
|
||
|
volumes:
|
||
|
picarun:
|
||
|
|