2023-12-02 21:29:09 +00:00
|
|
|
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:
|
2023-12-03 21:36:10 +00:00
|
|
|
picarun:
|
2023-12-02 21:29:09 +00:00
|
|
|
|