Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FATA (root) Additional property name is not allowed #1518

Closed
ypadlyak opened this issue Aug 31, 2022 · 2 comments · Fixed by #1547
Closed

FATA (root) Additional property name is not allowed #1518

ypadlyak opened this issue Aug 31, 2022 · 2 comments · Fixed by #1547

Comments

@ypadlyak
Copy link

getting:
FATA (root) Additional property name is not allowed

for the following compose file:
version: '3.8'

name: to
services:
m
***:
build:
context: .
target: dev
volumes:
- .:/app
env_file:
- .env
environment:
- MIX_ENV=dev
# - SECRET_KEY_BASE=********
ports:
- "4000:4000"
links:
- db
depends_on:
- db
networks:
- back-tier

db:
image: postgres:13-bullseye
restart: always
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
ports:
- '5432:5432'
volumes:
- db-data:/var/lib/postgresql/data
networks:
- back-tier

volumes:
db-data: {}

networks:
front-tier: {}
back-tier: {} %

@mrangjunboon2017s
Copy link

mrangjunboon2017s commented Aug 31, 2022 via email

@cdrage
Copy link
Member

cdrage commented Nov 21, 2022

Can you post the gist of the YAML file? Hard to diagnose with your current yaml @ypadlyak

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants