docker-compose.yml 272 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ieducar: build: . ports: - "8080:80" volumes: - .:/home/ieducar/ieducar links: - postgres container_name: ieducar_comunidade postgres: image: ignatov/docker-postgresql-8.2 environment: - POSTGRES_PASSWORD=postgres ports: - "5430:5432"