# Managed by Ansible. Do not edit manually. [Unit] Description=Atlas Immich PostgreSQL database [Container] ContainerName=atlas-immich-postgres Image={{ atlas_immich_postgres_image }} User={{ atlas_immich_uid }}:{{ atlas_immich_gid }} Network=atlas-media.network NetworkAlias=atlas-immich-postgres EnvironmentFile=/etc/immich/immich.env Volume={{ atlas_immich_postgres_data_dir }}:/var/lib/postgresql/data:Z ShmSize=128m NoNewPrivileges=true DropCapability=NET_RAW [Service] Restart=always TimeoutStartSec=900 [Install] WantedBy=multi-user.target