Sha256: 6646c0e7d80c025a96af7ec0c1286e13471bbe49d2d3555bfea2706c7d80d484

Contents?: true

Size: 552 Bytes

Versions: 4

Compression:

Stored size: 552 Bytes

Contents

# This file should contain all your project's services with references to their dockerfiles, env_files, volumes, etc.
# You can then connect to your services using `neptuno connect <service1 service2 ...>`
#
# Example:
#
#   version: '3'
#
#     services:
#       alpine:
#         tty: true
#         stdin_open: true
#         build:
#           context: .
#           dockerfile: ./dockerfiles/alpine/Dockerfile
#         env_file:
#           - ./environments/alpine/local_env
#         volumes:
#           - ./services/alpine:/usr/src/app:cached

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
neptuno-1.5.0 lib/neptuno/templates/docker-compose.yml
neptuno-1.4.10 lib/neptuno/templates/docker-compose.yml
neptuno-1.2.1 lib/neptuno/templates/docker-compose.yml
neptuno-1.2.0 lib/neptuno/templates/docker-compose.yml