appdata: build: . fpm: build: ./fpm volumes_from: - appdata nginx: build: ./nginx links: - fpm volumes_from: - appdata ports: - 80:80